Quit defining _XOPEN_SOURCE. We never needed it...
This commit is contained in:
parent
1d977c7b2d
commit
7474473f33
|
@ -73,7 +73,6 @@ AC_HELP_STRING([--with-opt=debug], [compile for debugging (default)]),
|
|||
esac
|
||||
])
|
||||
AC_CACHE_CHECK([what compiler optimizations to apply], [optflags], [optflags="-g"])
|
||||
AC_DEFINE(_XOPEN_SOURCE, 500, [Conform to Single Unix Specification.])
|
||||
CDEBUGFLAGS="$optflags -Wall -pedantic -Wpointer-arith \
|
||||
-Wstrict-prototypes -Wmissing-declarations -Wnested-externs"
|
||||
AC_SUBST(CDEBUGFLAGS)
|
||||
|
|
Loading…
Reference in New Issue