pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-04-19
2000-04-19 17:58:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
381c4851ae66e55a5383cf2cba4ea2e723760100 (
9
lines) (+
6
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug in the checking of --with{,out}-perl.
Rev: src/configure.in:1.366
1:
-
AC_REVISION("$Id: configure.in,v 1.
365
2000/04/
12
16
:
52
:
52
marcus
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
366
2000/04/
19
17
:
58
:
02
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
545:
# This makes configure default to --without-Perl # Remove this when the Perl module stops crashing and hanging. -Hubbe
-
AC_ARG_WITH(
with-Perl
, [ --with-
Perl
enable the embedded Perl module (EXPERIMENTAL)],[],
-
[ac_configure_args="$ac_configure_args --without-
Perl
"]
+
AC_ARG_WITH(
perl
,
[ --with-
perl
enable the embedded Perl module (EXPERIMENTAL)],[],
+
[ac_configure_args="$ac_configure_args --without-
perl
"
+
with_perl="no"
+
]
) if test "x$with_bignums" = xyes; then