mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
91e02c362f
commit
f6423ddd09
@ -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}.
|
||||||
|
Loading…
Reference in New Issue
Block a user