From 057e01c001e2cd8fcf59710da4b469f6021a12e4 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
Date: Mon, 14 Apr 2014 21:57:34 +0200
Subject: [PATCH] Make configure.ac recognize BSD and Hurd.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1388e98..9dafa6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_ARG_WITH(libwww, AC_HELP_STRING(--with-libwww,build libwww adapter))
 
 dnl System type checks.
 case "$host" in
-  *-linux-*)
+  *-linux-*|*-k*bsd*|*-gnu*)
     AC_PATH_PROG(PROG_LDCONFIG, ldconfig, :, $PATH:/usr/sbin:/sbin)
     no_wacky_libs=yes
     ;;
-- 
GitLab