pike.git
/
src
/
modules
/
Perl
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Perl/configure.in:1:
-
# $Id: configure.in,v 1.
6
1999
/
08
/
12
17
:
12
:
44
mast
Exp $
+
# $Id: configure.in,v 1.
7
2000
/
02
/
09
01
:
16
:
07
leif
Exp $
AC_INIT(perlmod.c) AC_CONFIG_HEADER(perl_machine.h) AC_MODULE_INIT() AC_CHECK_PROGS(perl, perl perl5, x) AC_MSG_CHECKING(if perl is embeddable) AC_CACHE_VAL(pike_cv_perlmod_have_perl, [
pike.git/src/modules/Perl/configure.in:40:
args[3]=0; alarm(10); perl_destruct_level=2; my_perl = perl_alloc(); perl_construct(my_perl); perl_parse(my_perl, NULL, 2, args, (char **)NULL); perl_run(my_perl); perl_destruct(my_perl); perl_free(my_perl);
+
return 0;
} ],pike_cv_perlmod_have_perl=yes) LIBS="${OLD_LIBS-}" CFLAGS="${OLD_CFLAGS-}" fi fi ]) if test "x$pike_cv_perlmod_have_perl" = xyes ; then