From 5ab933d8e036a8d50c3260022e7da03af3bf056f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sat, 9 Feb 2008 17:36:24 +0000 Subject: [PATCH] * f'bse seems to carry its resolver calls in its libc, as o'bse --- citadel/configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/citadel/configure.ac b/citadel/configure.ac index 3965cbdd6..a64f5c533 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -754,6 +754,9 @@ case "`uname -a`" in OpenBSD*) echo "we don't need to check for resolv on openbsd" ;; + FreeBSD*) + echo "we don't need to check for resolv on freeBSD" + ;; *) test -f /usr/local/lib/libresolv.a && LDFLAGS="$LDFLAGS -L/usr/local/lib" AC_CHECK_LIB(resolv, res_query, -- 2.39.2