commit 581f5479a27eaee454b5e17c58dc8cb700a67a62 from: Alexander Barton date: Wed May 17 16:44:14 2006 UTC Detect the Avahi "howl-compatibility" as well as Howl itself. commit - 00ab67dcdb96f64e8ba1951bfb88e49372576990 commit + 581f5479a27eaee454b5e17c58dc8cb700a67a62 blob - 34cb1290533827175de66e5e473b37abe0db50e0 blob + 1d539f753c77746cbfbb503aa02123a370db1929 --- configure.in +++ 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