summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-04-24 20:24:20 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-04-24 20:24:20 (GMT)
commit57c41e622b4123f983b6a86c982f9bbf7bdb3373 (patch)
treed11f04820db1b5d955d8399d105bf3fde922ea2c /fortran
parent68b1950013d5890ad70bb7ec28036a15ef34265d (diff)
downloadhdf5-57c41e622b4123f983b6a86c982f9bbf7bdb3373.zip
hdf5-57c41e622b4123f983b6a86c982f9bbf7bdb3373.tar.gz
hdf5-57c41e622b4123f983b6a86c982f9bbf7bdb3373.tar.bz2
[svn-r6747] Purpose:
Bug Fix Description: On Kelgia, building of the Fortran stuff would fail because of a bad commandline. A "" was being put into it. Solution: I was stupid and put quotes around a variable in the commence.in file when I shouldn't have. Removed those quotes. Platforms tested: Kelgia (Fortran) Verbena (Fortran, no C++ since Fortran only) Arabica (Fortran) Modi4 (Fortran & Parallel) Misc. update:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/config/commence.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/commence.in b/fortran/config/commence.in
index 7bc5109..5a05221 100644
--- a/fortran/config/commence.in
+++ b/fortran/config/commence.in
@@ -18,7 +18,7 @@ CC=@CC@
F9X=@F9X@
F9XMODEXT=@F9XMODEXT@
F9XMODFLAG=@F9XMODFLAG@
-FSEARCH_DIRS="@FSEARCH_DIRS@"
+FSEARCH_DIRS=@FSEARCH_DIRS@
CFLAGS=@CFLAGS@
CPPFLAGS=@CPPFLAGS@
FFLAGS=@FFLAGS@