From fc357339e30ecd7147c6f3b6e0cda79e3ab3dbee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Fri, 13 Dec 2002 17:25:22 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4200 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=])