summaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-11-06 07:25:53 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-11-06 07:25:53 +0800
commit7e03e4d44304581749b43c5ea4511318dc29b8dd (patch)
tree26eba3f14750608809ce265f7e3627b7f7c5e3e3 /configure.ac
parent02ffdd09dc1941f7a924cde8db288fcd64987f59 (diff)
Remove incorrect _POSIX_C_SOURCE
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7130152..7199d7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -498,10 +498,7 @@ AC_CHECK_FUNCS(setutxent utmpxname)
AC_CHECK_FUNCS(logout updwtmp logwtmp)
# POSIX monotonic time
-OLDCFLAGS="$CFLAGS"
-CFLAGS="$CFLAGS -D_POSIX_C_SOURCE=199309L"
AC_CHECK_FUNCS(clock_gettime)
-CFLAGS="$OLDCFLAGS"
# OS X monotonic time
AC_CHECK_HEADERS([mach/mach_time.h])