diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-07-03 01:16:22 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-07-03 01:16:22 (GMT) |
commit | 203a7329154d957480aa83f8508276197e4738f4 (patch) | |
tree | f752776b0a688b520d7b8b90ed296242b5aad019 /config/commence.in | |
parent | b81abe336d5ab6498fc6e382822a9f85be1af8e9 (diff) | |
download | hdf5-203a7329154d957480aa83f8508276197e4738f4.zip hdf5-203a7329154d957480aa83f8508276197e4738f4.tar.gz hdf5-203a7329154d957480aa83f8508276197e4738f4.tar.bz2 |
[svn-r446] Changes since 19980702
----------------------
./MANIFEST
Added new files from testpar directory.
./config/commence.in
Removed -D_POSIX_SOURCE because hdf5 uses a couple of
non-Posix things when certain debugging flags are switched on.
Diffstat (limited to 'config/commence.in')
-rw-r--r-- | config/commence.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/commence.in b/config/commence.in index 8b33182..72fb45c 100644 --- a/config/commence.in +++ b/config/commence.in @@ -12,7 +12,7 @@ # Programs SHELL=/bin/sh CC=@CC@ -CFLAGS=-D_POSIX_SOURCE @CFLAGS@ +CFLAGS=@CFLAGS@ CPPFLAGS=@CPPFLAGS@ LIBS=@LIBS@ AR=@AR@ |