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
zzzoldreleases/1.8
David Hampton 23 years ago
parent 15539eaca2
commit ba1cd296da

@ -1,3 +1,7 @@
2003-05-05 David Hampton <hampton@employees.org>
* macros/openhbci.m4: Fix problem with latest versions of autoconf.
2003-05-03 Christian Stimming <stimming@tuhh.de>
* configure.in: Fix hbci and ofx test for handling --disable

@ -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
])

Loading…
Cancel
Save