Don't always check for Perl.

svn path=/trunk/yasm/; revision=191
0.3
Peter Johnson 24 years ago
parent 9397744af8
commit 344727f824
  1. 2
      configure.ac
  2. 2
      configure.in

@ -17,8 +17,6 @@ AC_ARG_ENABLE(dev,
esac],[dev=false]) esac],[dev=false])
AM_CONDITIONAL(DEV, test x$dev = xtrue) 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 AM_PROG_CC_STDC
ALL_LINGUAS="" ALL_LINGUAS=""

@ -17,8 +17,6 @@ AC_ARG_ENABLE(dev,
esac],[dev=false]) esac],[dev=false])
AM_CONDITIONAL(DEV, test x$dev = xtrue) 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 AM_PROG_CC_STDC
ALL_LINGUAS="" ALL_LINGUAS=""

Loading…
Cancel
Save