Fix typo in --with-chickencfg option handling.
(#782052). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5257 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
bf561a9c3d
commit
eaea18ae07
1 changed files with 1 additions and 1 deletions
|
|
@ -1098,7 +1098,7 @@ else
|
|||
CHICKEN="$CHICKEN"
|
||||
fi
|
||||
|
||||
AC_ARG_WITH(chickcfg,[ --with-chickencfg=path Set location of chicken-config],[ CHICKEN_CONFIG="$withval"], [CHICKEN_CONFIG=])
|
||||
AC_ARG_WITH(chickencfg,[ --with-chickencfg=path Set location of chicken-config],[ CHICKEN_CONFIG="$withval"], [CHICKEN_CONFIG=])
|
||||
|
||||
if test -z "$CHICKEN_CONFIG"; then
|
||||
AC_CHECK_PROGS(CHICKEN_CONFIG, chicken-config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue