From 6648c1666172a57aba0cf8cb3fec245caae182ba Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 10 May 2003 21:36:58 +0000 Subject: [PATCH] Adapt configure.in to openhbci.m4 changes -- use OPENHBCI_CFLAGS instead of CXXFLAGS. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@8287 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9c15e3cc2d..49c2c15db4 100644 --- a/configure.in +++ b/configure.in @@ -532,7 +532,7 @@ 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)