From 835e13806cdbc3b03acc7fea6d0963804fed5d96 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 4 Nov 2008 16:38:45 -0500 Subject: [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 --- config/apple | 5 ++--- 1 file 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 -- cgit v0.12