mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix problem with latest versions of autoconf.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8273 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4592351b98
commit
14197bbb5c
@ -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…
Reference in New Issue
Block a user