Branch: Tag:

2000-02-09

2000-02-09 01:16:07 by Leif Stensson <leif@lysator.liu.se>

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)