summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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