projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d977c7
)
Quit defining _XOPEN_SOURCE. We never needed it...
author
Jamey Sharp
<jamey@minilop.net>
Sun, 19 Feb 2006 04:03:35 +0000
(20:03 -0800)
committer
Jamey Sharp
<jamey@minilop.net>
Sun, 19 Feb 2006 04:03:35 +0000
(20:03 -0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
903eeed
..
2f14c71
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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)