0,0 → 1,17 |
From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> |
Origin: <vendor|upstream|other>, <url of original patch> |
Bug-Debian: http://bugs.debian.org/359930 |
Forwarded: no |
Subject: Make configure.ac recognize BSD and Hurd. |
|
--- liboop-1.0.orig/configure.ac |
+++ liboop-1.0/configure.ac |
@@ -15,7 +15,7 @@ AC_ARG_WITH(libwww, AC_HELP_STRING(--wit |
|
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 |
;; |