]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
Flag the format parameter of LogDebug() as "unused" when not compiling with
[ngircd-alex.git] / configure.in
index 204d4529817d792ae13fade6f4b0e7b06a0ec476..1d539f753c77746cbfbb503aa02123a370db1929 100644 (file)
@@ -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.116 2005/08/30 20:59:30 fw 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
@@ -481,7 +482,7 @@ test "$x_identauth_on" = "yes" \
        && echo $ECHO_N "yes   $ECHO_C" \
        || echo $ECHO_N "no    $ECHO_C"
 echo $ECHO_N "        I/O backend: $ECHO_C"
-       echo "$x_io_backend"
+       echo "\"$x_io_backend()\""
 
 echo