]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
Compilation error on GNU/kFreeBSD, fixes Bug ID 3392794 and Debian #630349
[netatalk.git] / configure.in
index 4d3ed242899ee381b12bc63050a4caff7f486046..7c939c200f103d0394130a55e45cd53faebd0613 100644 (file)
@@ -548,6 +548,8 @@ dnl --------------------- GNU source
 case "$this_os" in
        linux)  AC_DEFINE(_GNU_SOURCE, 1, [Whether to use GNU libc extensions])
         ;;
+     *kfreebsd-gnu*) AC_DEFINE(_GNU_SOURCE, 1, [Whether to use GNU libc extensions])
+        ;;
 esac
 
 dnl --------------------- operating system specific flags (port from sys/*)