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 6f2ab17..bed85f5 100755
--- a/fortran/configure
+++ b/fortran/configure
@@ -2565,7 +2565,7 @@ if test -n "$PARALLEL"; then
TESTPARALLEL=testpar
fi
-ADD_PARALLEL_FILES=""
+ADD_PARALLEL_FILES="no"
if test -n "$PARALLEL"; then
cat >> confdefs.h <<\EOF
#define HAVE_PARALLEL 1
diff --git a/fortran/configure.in b/fortran/configure.in
index 7f1769b..eaaa75a 100644
--- a/fortran/configure.in
+++ b/fortran/configure.in
@@ -455,7 +455,7 @@ fi
dnl ----------------------------------------------------------------------
dnl Print some other parallel information and do some sanity checks.
dnl
-ADD_PARALLEL_FILES=""
+ADD_PARALLEL_FILES="no"
if test -n "$PARALLEL"; then
dnl We are building a parallel library
AC_DEFINE(HAVE_PARALLEL)