]> git.meshlink.io Git - catta/commitdiff
small, superfluous optimization
authorLennart Poettering <lennart@poettering.net>
Thu, 8 Sep 2005 20:28:42 +0000 (20:28 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 8 Sep 2005 20:28:42 +0000 (20:28 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@536 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

configure.ac

index be5c5a7d05a5e9dd9d75eeb7947775fa25857a1f..8e63c4d0b4c8938ab983a80d094fb46c79051908 100644 (file)
@@ -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