pike.git/
src/
modules/
Perl/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-09
2000-02-09 01:16:07 by Leif Stensson <leif@lysator.liu.se>
18c631d6294002fd7ad9429b97279b70adb63890 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a bug in the AC_TRY_RUN test code.
Rev: src/modules/Perl/configure.in:1.7
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)
47:
perl_run(my_perl); perl_destruct(my_perl); perl_free(my_perl);
+
return 0;
} ],pike_cv_perlmod_have_perl=yes)