Add description for _XOPEN_SOURCE_ - needed to allow autoheader to succeed.

This commit is contained in:
Mark Hammond 2002-07-19 06:31:24 +00:00
parent 0fe977c4a9
commit b88169819c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ VERSION=2.3
AC_SUBST(SOVERSION)
SOVERSION=1.0
AC_DEFINE(_XOPEN_SOURCE, 500)
AC_DEFINE(_XOPEN_SOURCE, 500, [Needed on Tru64 and does no harm on Linux])
# Arguments passed to configure.
AC_SUBST(CONFIG_ARGS)