summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfortran/configure2
-rw-r--r--fortran/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/fortran/configure b/fortran/configure
index 25f715c..7b9f4f8 100755
--- a/fortran/configure
+++ b/fortran/configure
@@ -2607,7 +2607,7 @@ else
echo "$ac_t""generic" 1>&6
fi
-if test -n "$DEPEND"; then
+if test -z "$DEPEND"; then
echo $ac_n "checking how to include a makefile""... $ac_c" 1>&6
echo "configure:2613: checking how to include a makefile" >&5
diff --git a/fortran/configure.in b/fortran/configure.in
index 3467378..8181693 100644
--- a/fortran/configure.in
+++ b/fortran/configure.in
@@ -484,7 +484,7 @@ else
fi
dnl How do we include another file into a Makefile?
-if test -n "$DEPEND"; then
+if test -z "$DEPEND"; then
AC_MSG_CHECKING(how to include a makefile)
dnl The include file contains the target for `foo'