Don't always check for Perl.
authorPeter Johnson <peter@tortall.net>
Tue, 18 Sep 2001 17:50:59 +0000 (17:50 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 18 Sep 2001 17:50:59 +0000 (17:50 -0000)
svn path=/trunk/yasm/; revision=191

configure.ac
configure.in

index 62d8d6251c3f4c9b2b5d30f82251db7c7ec5389c..7fd2a8652005aaa0128b45664980f5ce11bcd7ca 100644 (file)
@@ -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=""
index 62d8d6251c3f4c9b2b5d30f82251db7c7ec5389c..7fd2a8652005aaa0128b45664980f5ce11bcd7ca 100644 (file)
@@ -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=""