mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
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
This commit is contained in:
+1
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user