[Gpa-commits] r769 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 26 16:00:04 CET 2007


Author: werner
Date: 2007-02-26 16:00:04 +0100 (Mon, 26 Feb 2007)
New Revision: 769

Modified:
   trunk/configure.ac
Log:
Final correction for W32


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2007-02-26 14:41:39 UTC (rev 768)
+++ trunk/configure.ac	2007-02-26 15:00:04 UTC (rev 769)
@@ -184,7 +184,7 @@
 if test "$have_w32_system" = yes; then
   AM_PATH_GPGME_GLIB([1:1.1.3],, AC_MSG_ERROR(Cannot find an up to date GPGME))
   GPGME_LIBS="$GPGME_GLIB_LIBS"
-  GPGME_CFLAGS="GPGME_GLIB_CFLAGS"
+  GPGME_CFLAGS="$GPGME_GLIB_CFLAGS"
   AC_SUBST(GPGME_CFLAGS)
   AC_SUBST(GPGME_LIBS)
 else



More information about the Gpa-commits mailing list