aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2002-12-13 17:25:22 +0000
committerMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2002-12-13 17:25:22 +0000
commitfc357339e30ecd7147c6f3b6e0cda79e3ab3dbee (patch)
treebddcc60c91fd646ccaef48d7e0d921670e204b53 /configure.in
parentbce63d09c83d9be475d8ecc13922fc1a7b7b6131 (diff)
downloadswig-fc357339e30ecd7147c6f3b6e0cda79e3ab3dbee.tar.gz
Fix typo.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4200 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ca1aba3c1..cbb8f0105 100644
--- a/configure.in
+++ b/configure.in
@@ -739,7 +739,7 @@ if test -n "$GUILE_CONFIG" ; then
AC_ARG_WITH(guile,[ --with-guile=path Set location of Guile],[
GUILEPACKAGE="$withval"], [GUILEPACKAGE=])
- AC_ARG_WITH(guilencl,[ --with-guileincl=path Set location of Guile include directory],[
+ AC_ARG_WITH(guileincl,[ --with-guileincl=path Set location of Guile include directory],[
GUILEINCLUDE="$withval"], [GUILEINCLUDE=])
AC_ARG_WITH(guilelib,[ --with-guilelib=path Set location of Guile library directory],[
GUILELIB="$withval"], [GUILELIB=])