[svn] gpgme - r1247 - trunk

svn author marcus cvs at cvs.gnupg.org
Wed Aug 22 13:11:12 CEST 2007


Author: marcus
Date: 2007-08-22 13:10:42 +0200 (Wed, 22 Aug 2007)
New Revision: 1247

Modified:
   trunk/configure.ac
Log:
Fix last change.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2007-08-21 15:09:59 UTC (rev 1246)
+++ trunk/configure.ac	2007-08-22 11:10:42 UTC (rev 1247)
@@ -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=enableval)
+	    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