summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2006-05-17 16:44:14 +0000
committerAlexander Barton <alex@barton.de>2006-05-17 16:44:14 +0000
commit581f5479a27eaee454b5e17c58dc8cb700a67a62 (patch)
tree6cb958ee0b51828bdc04b5c9c01b3aaf9953af6d /configure.in
parent00ab67dcdb96f64e8ba1951bfb88e49372576990 (diff)
downloadngircd-581f5479a27eaee454b5e17c58dc8cb700a67a62.tar.gz
ngircd-581f5479a27eaee454b5e17c58dc8cb700a67a62.zip
Detect the Avahi "howl-compatibility" as well as Howl itself.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files 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