From: Peter Johnson Date: Tue, 18 Sep 2001 17:50:59 +0000 (-0000) Subject: Don't always check for Perl. X-Git-Tag: v0.1.0~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=344727f82419b9f849eec8e6974f28e9969be401;p=yasm Don't always check for Perl. svn path=/trunk/yasm/; revision=191 --- diff --git a/configure.ac b/configure.ac index 62d8d625..7fd2a865 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,6 @@ AC_ARG_ENABLE(dev, esac],[dev=false]) AM_CONDITIONAL(DEV, test x$dev = xtrue) -AC_PATH_PROGS(PERL, perl perl5.004 perl5.003 perl5.002 perl5.001 perl5) - AM_PROG_CC_STDC ALL_LINGUAS="" diff --git a/configure.in b/configure.in index 62d8d625..7fd2a865 100644 --- a/configure.in +++ b/configure.in @@ -17,8 +17,6 @@ AC_ARG_ENABLE(dev, esac],[dev=false]) AM_CONDITIONAL(DEV, test x$dev = xtrue) -AC_PATH_PROGS(PERL, perl perl5.004 perl5.003 perl5.002 perl5.001 perl5) - AM_PROG_CC_STDC ALL_LINGUAS=""