Skip to content
Snippets Groups Projects
Commit 1620d5f9 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix

Rev: src/modules/Perl/configure.in:1.4
parent 3cd8f05d
No related branches found
No related tags found
No related merge requests found
# $Id: configure.in,v 1.3 1998/12/21 23:18:04 hubbe Exp $
# $Id: configure.in,v 1.4 1999/01/01 00:56:45 hubbe Exp $
AC_INIT(perlmod.c)
AC_CONFIG_HEADER(perl_machine.h)
......@@ -61,6 +61,8 @@ if test "x$pike_cv_perlmod_have_perl" = xyes ; then
AC_DEFINE(HAVE_PERL)
AC_MSG_RESULT(yes)
else
PERL_LDFLAGS=''
PERL_CCFLAGS=''
AC_MSG_RESULT(no)
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment