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.
5
1999/
01
/
07
13
:
39
:
27
hubbe
Exp $
+
# $Id: configure.in,v 1.
6
1999/
08
/
12
17
:
12
:
44
mast
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_cv_perlmod_have_perl=no objs= if test x$perl != xx ; then # We have perl, but do we have perlembed?
-
AC_MSG_CHECKING(if perl is embeddable)
+
PERL_LDFLAGS=`perl -MExtUtils::Embed -e ldopts` PERL_CCFLAGS=`perl -MExtUtils::Embed -e ccopts` if test "x$PERL_LDFLAGS$PERL_CCFLAGS" != x; then OLD_LIBS="${LDFLAGS-}" OLD_CFLAGS="${CFLAGS-}" CFLAGS="$CFLAGS $PERL_CCFLAGS" LIBS="$LIBS $PERL_LDFLAGS" AC_TRY_RUN([