Removed AC_PROG_CXX again because openhbci.m4 doesn't require it anymore.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8288 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/cashutil
Christian Stimming 23 years ago
parent c44f4e726e
commit 07132d7abf

@ -532,12 +532,11 @@ AC_ARG_ENABLE( hbci,
if test "x$enableval" != "xno" ; then
HBCI_DIR=hbci
fi)
AC_PROG_CXX
if test x${HBCI_DIR} = xhbci ;
then
AM_PATH_OPENHBCI(0.9.6)
HBCI_LIBS="${OPENHBCI_LIBS}"
HBCI_CFLAGS="${OPENHBCI_CXXFLAGS}"
HBCI_CFLAGS="${OPENHBCI_CFLAGS}"
AS_SCRUB_INCLUDE(HBCI_CFLAGS)
AC_SUBST(HBCI_LIBS)

Loading…
Cancel
Save