From: Trent Lloyd Date: Thu, 8 Sep 2005 20:23:35 +0000 (+0000) Subject: * Insert brain here. X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=141a46406d1bbbf6676299b41f4c90ce1004eb71;p=catta * Insert brain here. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@535 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/configure.ac b/configure.ac index 85e3865..be5c5a7 100644 --- a/configure.ac +++ b/configure.ac @@ -419,7 +419,7 @@ AC_SUBST(avahi_socket) # # Avahi interfaces dir # -if test x$HAVE_PYTHON_DBUS || test x$HAVE_GTK; then +if test x$HAVE_PYTHON_DBUS = "xyes" || test x$HAVE_GTK = "xyes"; then interfacesdir="${datadir}/${PACKAGE}/interfaces/" AC_SUBST(interfacesdir) fi