summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-08 20:28:42 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-08 20:28:42 +0000
commite1d06346134b3051878c8080694068517faf3f16 (patch)
treed3482b9eb4282ca347efa276fa05737bb2cf9425
parent141a46406d1bbbf6676299b41f4c90ce1004eb71 (diff)
small, superfluous optimization
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@536 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-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