From: <sa...@us...> - 2006-08-25 18:17:27
|
Revision: 17030 Author: sadrul Date: 2006-08-25 11:17:22 -0700 (Fri, 25 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=17030&view=rev Log Message: ----------- --disable-gtkgaim should work properly now. Modified Paths: -------------- trunk/configure.ac trunk/gtk/Makefile.am Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-08-25 16:42:38 UTC (rev 17029) +++ trunk/configure.ac 2006-08-25 18:17:22 UTC (rev 17030) @@ -661,6 +661,8 @@ ]) AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) +else + enable_gtk=no fi AC_PATH_XTRA @@ -1869,6 +1871,7 @@ console/Makefile console/libgnt/Makefile console/libgnt/gnt.pc + console/libgnt/wms/Makefile console/plugins/Makefile po/Makefile.in gaim.pc Modified: trunk/gtk/Makefile.am =================================================================== --- trunk/gtk/Makefile.am 2006-08-25 16:42:38 UTC (rev 17029) +++ trunk/gtk/Makefile.am 2006-08-25 18:17:22 UTC (rev 17030) @@ -1,3 +1,5 @@ +if ENABLE_GTK + EXTRA_DIST = \ getopt.c \ getopt.h \ @@ -181,3 +183,4 @@ $(GTKSPELL_CFLAGS) \ $(STARTUP_NOTIFICATION_CFLAGS) \ $(LIBXML_CFLAGS) +endif # ENABLE_GTK This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |