mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Removed POSIX #defines from configure on Solaris.
This commit is contained in:
parent
4305d9677b
commit
b801338079
@ -1250,12 +1250,6 @@ case "$host_cpu-$host_vendor-$host_os" in
|
||||
H5_CPPFLAGS="-D_GNU_SOURCE $H5_CPPFLAGS"
|
||||
;;
|
||||
|
||||
*solaris*)
|
||||
## Solaris also needs _POSIX_C_SOURCE set correctly to pick up
|
||||
## clock_gettime().
|
||||
H5_CPPFLAGS="-D_POSIX_C_SOURCE=200112L $H5_CPPFLAGS"
|
||||
H5_CPPFLAGS="-D_GNU_SOURCE $H5_CPPFLAGS"
|
||||
;;
|
||||
esac
|
||||
|
||||
## Need to add the AM_ and H5_ into CFLAGS/CPPFLAGS to make them visible
|
||||
|
Loading…
x
Reference in New Issue
Block a user