(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:
Matthias Köppe 2000-08-31 12:16:01 +00:00
commit 1335d46de8

View file

@ -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