From c9de44e318fababb474e76c66e3b7e9b9c83ba2a Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 2 Jul 2005 18:46:09 +0000 Subject: [PATCH] Fixed an error in the configure.in file, where the F90 interface was requested to be not built, but an attempt to build it is made anyway -> windows cygwin interface. --- config/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/configure.in b/config/configure.in index 1e62fedec..8d00ea6ec 100755 --- a/config/configure.in +++ b/config/configure.in @@ -652,7 +652,7 @@ fi #-------------------------------------------- -if test -n ${BUILD_F90}; then +if test ${BUILD_F90} = "1"; then echo F90 = $F90 if test "$F90" = "default" -o \ "$F90"x = "x"; then @@ -672,7 +672,7 @@ f90type=none f90_module_dir='-I' f90_opts='' -if test -n ${BUILD_F90}; then +if test ${BUILD_F90} = "1" ; then AC_MSG_CHECKING(Fortran 90 compiler ($F90) type) cat >> testf90.f90 << EOF module mt