From: Mark Hammond Date: Fri, 19 Jul 2002 06:31:24 +0000 (+0000) Subject: Add description for _XOPEN_SOURCE_ - needed to allow autoheader to succeed. X-Git-Tag: v2.3c1~4935 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b88169819c301dc77fc2f240c1641acf0b8cf5af;p=python Add description for _XOPEN_SOURCE_ - needed to allow autoheader to succeed. --- diff --git a/configure.in b/configure.in index 2d7b695fd6..3b59383101 100644 --- a/configure.in +++ b/configure.in @@ -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)