diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2011-08-18 22:56:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2011-08-18 22:56:54 (GMT) |
commit | b4c2be19afc2095b73a3c3f1fc37932cc08335db (patch) | |
tree | 8af860cfb1ed2b58d65be4a63644390cfee703b7 /config | |
parent | 3e48f9be0067b9df317d000aa83e6ad8ed6f583a (diff) | |
download | hdf5-b4c2be19afc2095b73a3c3f1fc37932cc08335db.zip hdf5-b4c2be19afc2095b73a3c3f1fc37932cc08335db.tar.gz hdf5-b4c2be19afc2095b73a3c3f1fc37932cc08335db.tar.bz2 |
[svn-r21261] Description:
Synchronize metadata journaling branch with changes from trunk.
Tested on:
Mac OS X/32 10.6.8 (amazon)
(h5committest not required on this branch)
Diffstat (limited to 'config')
-rw-r--r-- | config/apple | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/apple b/config/apple index 14504bb..b39a224 100644 --- a/config/apple +++ b/config/apple @@ -29,6 +29,9 @@ fi # Figure out compiler flags . $srcdir/config/gnu-flags +H5_CFLAGS="$H5_CFLAGS -D_DARWIN_C_SOURCE" + + # The default Fortran 90 compiler if test "X-" = "X-$FC"; then # Assume Absoft compiler |