Add --enable-perl-console, enabled by default (untested)
Originally committed to SVN as r2535.
This commit is contained in:
parent
e7f057a2b1
commit
85f0e5e7f0
1 changed files with 5 additions and 2 deletions
|
@ -705,8 +705,11 @@ if test "$with_perl" != "no"; then
|
||||||
PERL_BIN="$WITH_PERL_BIN"
|
PERL_BIN="$WITH_PERL_BIN"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# XXX: add a --with-perlconsole flag.
|
AC_ARG_ENABLE(perl-console, [ --disable-perl-console disable PERL console (default=enabled)],perlconsole_disabled="(disabled)")
|
||||||
# AC_DEFINE(WITH_PERLCONSOLE, 1, [Enable PERL Console support (for debugging purposes)])
|
|
||||||
|
if test "$enable_perlconsole" != "no"; then
|
||||||
|
AC_DEFINE(WITH_PERLCONSOLE, 1, [Enable PERL Console support (for debugging purposes)])
|
||||||
|
fi
|
||||||
|
|
||||||
if test "$PERL_BIN" != "no"; then
|
if test "$PERL_BIN" != "no"; then
|
||||||
AC_CACHE_CHECK(
|
AC_CACHE_CHECK(
|
||||||
|
|
Loading…
Reference in a new issue