[svn] gpgme - r1246 - trunk

svn author marcus cvs at cvs.gnupg.org
Tue Aug 21 17:10:29 CEST 2007


Author: marcus
Date: 2007-08-21 17:09:59 +0200 (Tue, 21 Aug 2007)
New Revision: 1246

Modified:
   trunk/ChangeLog
   trunk/configure.ac
Log:
2007-08-21  Marcus Brinkmann  <marcus at g10code.de>

	* configure.ac (--enable-w32-glib): Use --enableval, not
	--withval.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-08-20 16:12:07 UTC (rev 1245)
+++ trunk/ChangeLog	2007-08-21 15:09:59 UTC (rev 1246)
@@ -1,3 +1,8 @@
+2007-08-21  Marcus Brinkmann  <marcus at g10code.de>
+
+	* configure.ac (--enable-w32-glib): Use --enableval, not
+	--withval.
+
 2007-07-16  Marcus Brinkmann  <marcus at g10code.de>
 
 	* assuan/assuan-socket.c (_assuan_close): Always use close().

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2007-08-20 16:12:07 UTC (rev 1245)
+++ trunk/configure.ac	2007-08-21 15:09:59 UTC (rev 1246)
@@ -159,7 +159,7 @@
 AM_PATH_GLIB_2_0
 AC_ARG_ENABLE(w32-glib,
 	    AC_HELP_STRING([--enable-w32-glib], [build GPGME Glib for W32]),
-	    build_w32_glib=$withval)
+	    build_w32_glib=enableval)
 AM_CONDITIONAL(BUILD_W32_GLIB, test "$build_w32_glib" = yes)
 
 AM_CONDITIONAL(HAVE_PTH, test "$have_pth" = "yes")




More information about the Gnupg-commits mailing list