(GUILEINCLUDE) Changed to exclude "/guile" portion of the path.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@750 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ef19a0d6fb
commit
1335d46de8
1 changed files with 2 additions and 2 deletions
|
|
@ -570,12 +570,12 @@ if test -n "$GUILE_CONFIG" ; then
|
|||
for i in $dirs ; do
|
||||
if test -r $i/guile/gh.h; then
|
||||
AC_MSG_RESULT($i)
|
||||
GUILEINCLUDE="-I$i/guile"
|
||||
GUILEINCLUDE="-I$i"
|
||||
break
|
||||
fi
|
||||
done
|
||||
if test -z "$GUILEINCLUDE"; then
|
||||
GUILEINCLUDE="-I/usr/local/include/guile"
|
||||
GUILEINCLUDE="-I/usr/local/include"
|
||||
AC_MSG_RESULT(not found)
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue