Fix typo.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4200 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2002-12-13 17:25:22 +00:00
commit c36e73c34d

View file

@ -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=])