From 141a46406d1bbbf6676299b41f4c90ce1004eb71 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Thu, 8 Sep 2005 20:23:35 +0000 Subject: * Insert brain here. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@535 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit