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:
Matthias Köppe 2003-11-03 10:02:51 +00:00
commit eaea18ae07

View file

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