[Gpa-commits] r978 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Mar 30 01:00:09 CEST 2009


Author: moritzs
Date: 2009-03-30 01:00:06 +0200 (Mon, 30 Mar 2009)
New Revision: 978

Modified:
   trunk/ChangeLog
   trunk/configure.ac
Log:
2009-03-30  Moritz  <moritz at gnu.org>

	* configure.ac: Typo fix: change _save_CFLAGS to _save_cflags.



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-03-29 19:39:04 UTC (rev 977)
+++ trunk/ChangeLog	2009-03-29 23:00:06 UTC (rev 978)
@@ -1,3 +1,7 @@
+2009-03-30  Moritz  <moritz at gnu.org>
+
+	* configure.ac: Typo fix: change _save_CFLAGS to _save_cflags.
+
 2009-03-29  Moritz  <moritz at gnu.org>
 
 	* Makefile.am: Added rules for generating gpadefs.h from

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-03-29 19:39:04 UTC (rev 977)
+++ trunk/configure.ac	2009-03-29 23:00:06 UTC (rev 978)
@@ -237,7 +237,7 @@
 #         We might even want to put such a test into gpgme.m4.
 AC_CHECK_MEMBERS([struct _gpgme_subkey.card_number],,,[#include <gpgme.h>])
 LIBS=$_save_libs
-CFLAGS="$_save_CFLAGS"
+CFLAGS="$_save_cflags"
 # We build the card manager only if we have a decent libgpgme.  */
 if test "x$ac_cv_func_gpgme_op_assuan_transact" = "xyes"; then
     AC_DEFINE(BUILD_CARD_MANAGER, 1,



More information about the Gpa-commits mailing list