From 581f5479a27eaee454b5e17c58dc8cb700a67a62 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 17 May 2006 16:44:14 +0000 Subject: [PATCH] Detect the Avahi "howl-compatibility" as well as Howl itself. --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 34cb1290..1d539f75 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.117 2005/12/06 22:37:50 alex Exp $ +# $Id: configure.in,v 1.118 2006/05/17 16:44:14 alex Exp $ # # -- Initialisation -- @@ -293,7 +293,8 @@ if test "$x_zeroconf_on" = "osx"; then fi if test "$x_zeroconf_on" = "howl"; then for dir in /usr/local/include /usr/local/include/howl* \ - /usr/include /usr/include/howl*; do + /usr/include /usr/include/howl* \ + /usr/local/include/avahi* /usr/include/avahi*; do test -d "$dir" || continue AC_MSG_CHECKING([for Howl headers in $dir]) if test -f "$dir/rendezvous/rendezvous.h"; then -- 2.39.2