diff options
author | J.P. Larocque <piranha-fdo-bz@thoughtcrime.us> | 2006-11-20 11:06:18 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-11-20 11:06:18 -0800 |
commit | c8612093ba0a67c1a161111d58aac9956b9c5320 (patch) | |
tree | 32b693920ace738f274af03f59a4f72ca3784572 | |
parent | 15e5c60cced750559853ca7e9bddcd6b7f1dd3f9 (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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 766ccec..699d59c 100644 --- a/configure.ac +++ b/configure.ac @@ -122,7 +122,7 @@ fi case $host_os in - linux*|gnu*) + linux*|gnu*|*-gnu) OS_CFLAGS="-D_XOPEN_SOURCE" SU="su" ;; |