diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-03-04 13:19:32 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-03-04 13:19:32 -0800 |
commit | ac55db1d7d6cd58e49a033859d1d86a7dcf71d45 (patch) | |
tree | 12f510e177d9b69a79674127adb42e04a76a4c6d /configure.ac | |
parent | 41117b1a018baa7ce2c2e4f0eba7a56d33626e97 (diff) | |
download | mesa-ac55db1d7d6cd58e49a033859d1d86a7dcf71d45.tar.gz |
autoconf: Restore _GNU_SOURCE for all Linux systems
This catches the linux-uclibc case and any others that were being set
prior to 98fcdf3f. Fixes bug 20345.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2f3f0beff10..919b717db46 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ dnl Compiler macros DEFINES="" AC_SUBST([DEFINES]) case "$host_os" in -*-gnu*) +linux*|*-gnu*) DEFINES="$DEFINES -D_GNU_SOURCE -DPTHREADS" ;; solaris*) |