From e1d06346134b3051878c8080694068517faf3f16 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Sep 2005 20:28:42 +0000 Subject: small, superfluous optimization git-svn-id: file:///home/lennart/svn/public/avahi/trunk@536 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit