Clean up include path for gcc3.x.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7825 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2003-01-13 07:32:15 +00:00
parent 91e02c362f
commit f6423ddd09

View File

@ -34,6 +34,8 @@ if test -x "${hbci_config}" ; then
OPENHBCI_LIBS="`${hbci_config} --libraries`" OPENHBCI_LIBS="`${hbci_config} --libraries`"
OPENHBCI_CFLAGS="`${hbci_config} --includes`" OPENHBCI_CFLAGS="`${hbci_config} --includes`"
OPENHBCI_CXXFLAGS="`${hbci_config} --includes`" OPENHBCI_CXXFLAGS="`${hbci_config} --includes`"
AS_SCRUB_INCLUDE(OPENHBCI_CFLAGS)
AS_SCRUB_INCLUDE(OPENHBCI_CXXFLAGS)
else else
AC_MSG_ERROR([ AC_MSG_ERROR([
Could not find bin/openhbci-config in prefix ${OPENHBCI_PREFIX}. Could not find bin/openhbci-config in prefix ${OPENHBCI_PREFIX}.