ryoma
ryoma****@users*****
2004年 5月 8日 (土) 00:47:24 JST
こんばんわ。ryoma です。 # お久しぶりです。長い間さわっていませんでしたので、configure がうまく # 作れずに勉強し直し中です…。 configure.in に typo と思われる部分がありましたので報告を。 Index: configure.in =================================================================== RCS file: /cvsroot/vmaid/vmaid/configure.in,v retrieving revision 1.24 diff -u -r1.24 configure.in --- configure.in 11 Apr 2004 19:30:45 -0000 1.24 +++ configure.in 7 May 2004 14:55:41 -0000 @@ -52,7 +52,7 @@ dnl ************************************************************** dnl Check for GTK+. dnl ************************************************************** -if test "$enable_thread" == "yes"; then +if test "$enable_thread" = "yes"; then AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR(Test for GTK+-2.0 failed.),gthread) else AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR(Test for GTK+-2.0 failed.)) -- ryoma <ryoma****@users*****>