Fix typo.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4200 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d742c4c9fd
commit
c36e73c34d
1 changed files with 1 additions and 1 deletions
|
|
@ -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=])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue