aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-05-11 16:26:31 +0200
committerGuido Günther <agx@sigxcpu.org>2013-05-11 18:30:53 +0200
commit0427b790fb76842453d410971a483886f6911c61 (patch)
treee3dfce1f7b205912a30cd5805feeaf3eafe11e10
parent5b734506e38b52307be0876aefa0c3cc6121d65a (diff)
Treat kfreebsd as linux
since it uses glibc
-rw-r--r--acinclude.m42
-rwxr-xr-xconfigure2
2 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 7238f5f..4a208ba 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -97,7 +97,7 @@ AC_DEFUN([IT_SET_ARCH_SETTINGS],
AC_DEFUN([IT_SET_OS_DIRS],
[
case "${host_os}" in
- *linux*)
+ *linux*|*kfreebsd*)
BUILD_OS_DIR=linux
OS_PATH=
;;
diff --git a/configure b/configure
index 7fd5b48..88cb4b3 100755
--- a/configure
+++ b/configure
@@ -8908,7 +8908,7 @@ $as_echo "${DIST_ID}" >&6; }
case "${host_os}" in
- *linux*)
+ *linux*|*kfreebsd*)
BUILD_OS_DIR=linux
OS_PATH=
;;