pike.git/
src/
modules/
Perl/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-08-15
2002-08-15 15:33:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9f8a42e5d7beeda08d59fe4aca9290ad0c788573 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
The Perl module is now disabled by default.
Rev: src/modules/Perl/configure.in:1.13
1:
-
# $Id: configure.in,v 1.
12
2002/
01
/
27
00
:
54
:
01
mast
Exp $
+
# $Id: configure.in,v 1.
13
2002/
08
/
15
15
:
33
:
12
grubba
Exp $
AC_INIT(perlmod.c) AC_CONFIG_HEADER(perl_machine.h) AC_MODULE_INIT() AC_ARG_WITH(perl, [ --with-perl enable the Perl module],[],
-
[with_perl="
yes
"])
+
[with_perl="
no
"])
PIKE_FEATURE_WITHOUT(Perl)