aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2000-08-31 12:16:01 +0000
committerMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2000-08-31 12:16:01 +0000
commit1335d46de83e3d49ed8f483b9cdba1bb4335c4f7 (patch)
tree305a988e792be785114d6c2f3a7397447e282ebc /configure.in
parentef19a0d6fb28532c529cd1250a1164c9f35836c7 (diff)
downloadswig-1335d46de83e3d49ed8f483b9cdba1bb4335c4f7.tar.gz
(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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 092b15ab3..dc9ff222b 100644
--- a/configure.in
+++ b/configure.in
@@ -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