Skip to content
Snippets Groups Projects
Commit 057e01c0 authored by Cyril Brulebois's avatar Cyril Brulebois Committed by Niels Möller
Browse files

Make configure.ac recognize BSD and Hurd.

parent 0dff630a
No related branches found
No related tags found
No related merge requests found
......@@ -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
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment