summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-09-08 20:23:35 +0000
committerTrent Lloyd <lathiat@bur.st>2005-09-08 20:23:35 +0000
commit141a46406d1bbbf6676299b41f4c90ce1004eb71 (patch)
treebba98d3c39c600ef790a56e68357d6103eb972ba
parentb70de951352c60e6203648253cdbdda2bc93c136 (diff)
* Insert brain here.
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@535 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 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