From ba1cd296dacddea6dc4fa8f2804a5b9411c12bfe Mon Sep 17 00:00:00 2001 From: David Hampton Date: Mon, 5 May 2003 14:51:26 +0000 Subject: [PATCH] Fix problem with latest versions of autoconf. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8272 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 4 ++++ macros/openhbci.m4 | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f69c675b5c..3a9a316d7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-05 David Hampton + + * macros/openhbci.m4: Fix problem with latest versions of autoconf. + 2003-05-03 Christian Stimming * configure.in: Fix hbci and ofx test for handling --disable diff --git a/macros/openhbci.m4 b/macros/openhbci.m4 index 3f9f56471c..c2b2ea3358 100644 --- a/macros/openhbci.m4 +++ b/macros/openhbci.m4 @@ -44,7 +44,7 @@ AC_MSG_RESULT($hbci_dir) min_openhbci_version=ifelse([$1], ,0.9.0.0,$1) AC_MSG_CHECKING(for OpenHBCI - version >= $min_openhbci_version) -AC_LANG(C++) +AC_LANG_PUSH(C++) if test "x$enable_openhbcitest" = "xyes" ; then ac_save_CXXFLAGS="$CXXFLAGS" @@ -197,5 +197,6 @@ fi AC_SUBST(OPENHBCI_CFLAGS) AC_SUBST(OPENHBCI_LIBS) AC_SUBST(OPENHBCI_CXXFLAGS) +AC_LANG_POP(C++) rm -f conf.openhbcitest ])