From: <may...@us...> - 2006-08-19 03:46:34
|
Revision: 16871 Author: mayuan2006 Date: 2006-08-18 20:46:26 -0700 (Fri, 18 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16871&view=rev Log Message: ----------- change the configure.ac to avoid autogen error committed by Ma Yuan<may...@gm...> Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-08-19 03:38:23 UTC (rev 16870) +++ trunk/configure.ac 2006-08-19 03:46:26 UTC (rev 16871) @@ -639,6 +639,7 @@ [ AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) + echo "GLib 2.0 check OK!" ], [ AC_MSG_ERROR([ @@ -654,6 +655,7 @@ [ AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) + echo "GTK+ 2.0 check OK!" ], [ AC_MSG_ERROR([ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |