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 be5c5a7..8e63c4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -419,7 +419,7 @@ AC_SUBST(avahi_socket)
#
# Avahi interfaces dir
#
-if test x$HAVE_PYTHON_DBUS = "xyes" || test x$HAVE_GTK = "xyes"; then
+if test "x$HAVE_PYTHON_DBUS" = "xyes" -o "x$HAVE_GTK" = "xyes"; then
interfacesdir="${datadir}/${PACKAGE}/interfaces/"
AC_SUBST(interfacesdir)
fi