summaryrefslogtreecommitdiffstats
path: root/config/apple
diff options
context:
space:
mode:
Diffstat (limited to 'config/apple')
-rw-r--r--config/apple5
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