Branch: Tag:

2003-01-25

2003-01-25 08:32:36 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

better message when not compiling this module

Rev: src/modules/Perl/configure.in:1.14
Rev: src/modules/Ssleay/configure.in:1.8

1: - # $Id: configure.in,v 1.13 2002/08/15 15:33:12 grubba Exp $ + # $Id: configure.in,v 1.14 2003/01/25 08:32:36 mirar Exp $   AC_INIT(perlmod.c)   AC_CONFIG_HEADER(perl_machine.h)   
7:   AC_ARG_WITH(perl, [ --with-perl enable the Perl module],[],    [with_perl="no"])    - PIKE_FEATURE_WITHOUT(Perl) + PIKE_FEATURE(Perl,[no (use --with-perl to compile it)])      if test "x$with_perl" = "xno"; then :; else