From f6423ddd09762f3b29a881f0c4d439142c3c90cc Mon Sep 17 00:00:00 2001 From: David Hampton Date: Mon, 13 Jan 2003 07:32:15 +0000 Subject: [PATCH] Clean up include path for gcc3.x. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7825 57a11ea4-9604-0410-9ed3-97b8803252fd --- macros/openhbci.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macros/openhbci.m4 b/macros/openhbci.m4 index b141eb4961..6dd4da12d6 100644 --- a/macros/openhbci.m4 +++ b/macros/openhbci.m4 @@ -34,6 +34,8 @@ if test -x "${hbci_config}" ; then OPENHBCI_LIBS="`${hbci_config} --libraries`" OPENHBCI_CFLAGS="`${hbci_config} --includes`" OPENHBCI_CXXFLAGS="`${hbci_config} --includes`" + AS_SCRUB_INCLUDE(OPENHBCI_CFLAGS) + AS_SCRUB_INCLUDE(OPENHBCI_CXXFLAGS) else AC_MSG_ERROR([ Could not find bin/openhbci-config in prefix ${OPENHBCI_PREFIX}.