summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.P. Larocque <piranha-fdo-bz@thoughtcrime.us>2006-11-20 11:05:29 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-11-20 11:05:29 -0800
commit2b4201e7f30978fdcbc610c8b300295d004f06a3 (patch)
treea1031d034404bbbebcc619db1026e9127a76b549
parentfc95d8ab441d8a8e2758740f29c317df2716e0a8 (diff)
Bug 7317: xfs doesn't build on some GLIBC based systems: _XOPEN_SOURCE undefined
Bug 7317: <https://bugs.freedesktop.org/show_bug.cgi?id=7317>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cb3d286..96de6c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AC_PROG_INSTALL
AC_CANONICAL_HOST
case $host_os in
- linux*)
+ linux*|gnu*|*-gnu)
OS_CFLAGS="-D_XOPEN_SOURCE"
;;
*)