X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=6a49836a541f9439ba224b8e305f440e7dcbe685;hb=63b02e326652929cfe753848b02381e131e53127;hp=c940861bc1973ab86e1a3a6069debecf571ea0d4;hpb=cefaccf49b16e9ae79f53d963a03ad40f332de0f;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index c940861..6a49836 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1995-2002 -dnl $Id: configure.in,v 1.58 2002-11-26 20:15:44 adam Exp $ +dnl $Id: configure.in,v 1.59 2002-11-26 21:45:28 adam Exp $ dnl AC_INIT(include/zebraver.h) AM_INIT_AUTOMAKE(idzebra,1.3.4) @@ -195,7 +195,8 @@ if test "$expat" != "no"; then fi dnl dnl ------ PERL -perl=yes +AM_CONDITIONAL(perl,false) +perl=no PERL_XS_INIT="NULL" PERL_XS_INIT_INCLUDE='' PERL_BINARY="" @@ -255,6 +256,7 @@ if test "$perl" != "no"; then ZPERL_LIBS="$LIBS" CFLAGS="$PERL_CFLAGS $CFLAGS" LIBS="$PERL_LIBS $LIBS" + AM_CONDITIONAL(perl,true) else AC_DEFINE(HAVE_PERL,0) AC_MSG_RESULT(Not found)