summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLaMont Jones <lamont@debian.org>2013-10-29 15:05:56 -0600
committerLaMont Jones <lamont@debian.org>2013-10-29 15:05:56 -0600
commitd59ac9b93fe0aa91958305ef4175393e54db5e0b (patch)
tree111841ce314e9ea3cef54fdd0f03f75ec3eefaf6 /configure.in
parent97708577459defa19444eac1369c17b4b5b20bb0 (diff)
parentd0eb52a8ac78f04978964cb90b1248dbc03edf82 (diff)
downloadbind9-d59ac9b93fe0aa91958305ef4175393e54db5e0b.tar.gz
Merge commit 'd0eb52a8ac78f04978964cb90b1248dbc03edf82' into stable/v9.9.4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 59048d1c..da5a67b0 100644
--- a/configure.in
+++ b/configure.in
@@ -352,7 +352,7 @@ case "$host" in
# as it breaks how the two halves (Basic and Advanced) of the IPv6
# Socket API were designed to be used but we have to live with it.
# Define _GNU_SOURCE to pull in the IPv6 Advanced Socket API.
- *-linux* | *-kfreebsd*-gnu)
+ *-linux*|*-gnu*)
STD_CDEFINES="$STD_CDEFINES -D_GNU_SOURCE"
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
;;
@@ -1422,7 +1422,7 @@ then
# LinuxThreads requires some changes to the way we
# deal with signals.
#
- *-linux*)
+ *-linux*|*-kfreebsd*-gnu)
AC_DEFINE(HAVE_LINUXTHREADS)
;;
#