configure.ac: always define _GNU_SOURCE on Linux
Make sure glibc gives us all features.
This commit is contained in:
@@ -90,6 +90,9 @@ linux-android*)
|
||||
linux*)
|
||||
host_is_linux=yes
|
||||
linux_auto=auto
|
||||
|
||||
dnl allow using all glibc features
|
||||
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
|
||||
;;
|
||||
|
||||
mingw32* | windows*)
|
||||
|
Reference in New Issue
Block a user