Merge branch 'maint'
[platform/upstream/automake.git] / configure.ac
index a23b2ac..6ad6fdf 100644 (file)
@@ -331,7 +331,7 @@ AC_DEFUN([_AM_CHECK_CANDIDATE_SHELL],
 
     _AM_CHECK_SHELL_FEATURE([$1],
       [supports "test -e"],
-      [test -e configure && test -e . && test ! -e nonesuch],
+      [test -e config.log && test -e . && test ! -e nonesuch],
       [], [am_score=1; break])
 
     break