Merge branch 'master' of git+ssh://anholt@git.freedesktop.org/git/xcb

This commit is contained in:
Eric Anholt 2006-02-18 22:57:42 -08:00
commit 9e013b564c

View File

@ -73,7 +73,6 @@ AC_HELP_STRING([--with-opt=debug], [compile for debugging (default)]),
esac esac
]) ])
AC_CACHE_CHECK([what compiler optimizations to apply], [optflags], [optflags="-g"]) 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 \ CDEBUGFLAGS="$optflags -Wall -pedantic -Wpointer-arith \
-Wstrict-prototypes -Wmissing-declarations -Wnested-externs" -Wstrict-prototypes -Wmissing-declarations -Wnested-externs"
AC_SUBST(CDEBUGFLAGS) AC_SUBST(CDEBUGFLAGS)