From ecb06196255694c2d81a5bc733bea07e24ab3361 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 3 Mar 2000 19:43:41 +0000 Subject: Update. 2000-02-29 Cristian Gafton * configure.in (CCVERSION): Require at least veersion 5 of perl API. --- ChangeLog | 4 ++++ configure.in | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 269bfc2e87..8dac858ed7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-02-29 Cristian Gafton + + * configure.in (CCVERSION): Require at least veersion 5 of perl API. + 2000-02-17 H.J. Lu * sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end. diff --git a/configure.in b/configure.in index 0b704e55ea..0e7cca9e6b 100644 --- a/configure.in +++ b/configure.in @@ -630,6 +630,13 @@ AC_SUBST(libc_cv_have_ksh) AC_PROG_AWK AC_PATH_PROG(PERL, perl, no) +if [ -n "$PERL" ] ; then + eval $($PERL -V:apiversion) + if expr $apiversion \< "5" ; then + PERL=no + fi + unset apiversion +fi AC_SUBST(PERL) AC_PATH_PROG(INSTALL_INFO, install-info, no, $PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin) -- cgit 1.4.1