]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
cosmetic change
authorDavid MacKenzie <djm@djmnet.org>
Sun, 2 Oct 1994 04:22:44 +0000 (04:22 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Sun, 2 Oct 1994 04:22:44 +0000 (04:22 +0000)
configure.in

index 3f8b8d49ab040ec086736a5351d1509fd6ff06cf..77d17ae59ad4a2e72f033246b3f26fe9ebb00e89 100644 (file)
@@ -8,10 +8,10 @@ dnl autoheader scripts.
 AC_PATH_PROGS(M4, gm4 gnum4 m4, m4)
 
 dnl We use a path for perl so the #! line in autoscan will work.
-AC_PATH_PROG(PERL, perl, no-perl)
+AC_PATH_PROG(PERL, perl, no)
 AC_SUBST(PERL)dnl
 AC_SUBST(PROGS)dnl
-if test "$PERL" != no-perl; then
+if test "$PERL" != no; then
   PROGS=autoscan
 else
   AC_MSG_WARN(autoscan will not be built since perl is not found)