diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-04 21:38:45 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-04 21:38:45 (GMT) |
commit | 835e13806cdbc3b03acc7fea6d0963804fed5d96 (patch) | |
tree | a0223bd881433509ac7970a6fc53449e49aebc7b /config | |
parent | 7885abab9a4c791695faed080f2430cb39902ea8 (diff) | |
download | hdf5-835e13806cdbc3b03acc7fea6d0963804fed5d96.zip hdf5-835e13806cdbc3b03acc7fea6d0963804fed5d96.tar.gz hdf5-835e13806cdbc3b03acc7fea6d0963804fed5d96.tar.bz2 |
[svn-r16031] Bug fix: While testing hdf5-1.8.2-pre1 on Mac I dicovered that I made
a typo in a configuration file for Mac checked in on
October 31 (rev 16008). Since this change affects only Fortran
users on Mac Intel and doesn't affect daily tests on any platforms,
I am checking in the fix.
Platforms tested:
pahra with Intel compilers
Diffstat (limited to 'config')
-rw-r--r-- | config/apple | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/apple b/config/apple index 7ff667c..8d53415 100644 --- a/config/apple +++ b/config/apple @@ -60,6 +60,8 @@ case $FC_BASENAME in PROFILE_FCFLAGS="-g -pg" f9x_flags_set=yes + ;; +esac # Fortran doesn't support shared libraries # Works with static executable only. if test "X-" != "X-$enable_fortran"; then @@ -68,6 +70,3 @@ if test "X-" != "X-$enable_fortran"; then enable_shared="no" fi - ;; - -esac |