summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-07-14 12:49:00 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-07-14 12:49:00 (GMT)
commitb8013380792a3503003f0a2bd60d7541656b03c7 (patch)
treeff64f549eb7c9f4dcab13b55c9f2fa80a54bf8f7 /configure.ac
parent4305d9677b4bf4c7e21999a32dbd532250b79abd (diff)
downloadhdf5-b8013380792a3503003f0a2bd60d7541656b03c7.zip
hdf5-b8013380792a3503003f0a2bd60d7541656b03c7.tar.gz
hdf5-b8013380792a3503003f0a2bd60d7541656b03c7.tar.bz2
Removed POSIX #defines from configure on Solaris.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 670b0eb..f79e9e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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