summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-10-21 17:33:43 +0000
committerTrent Lloyd <lathiat@bur.st>2005-10-21 17:33:43 +0000
commit80ffb739edcbcdc2a22bfed71b7913213392f6ff (patch)
treee19c623aa1dcb56e35eb0e37f5167b9c8837b2b5 /configure.ac
parent59395d1f90286156626bdb8df70752b7d169a9ce (diff)
* Quick fix to incorrect configure line, from FreeBSD. :)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@837 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 17f2f94..315e191 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,7 +213,7 @@ AC_CHECK_DECLS(environ)
# PKG_PROG_PKG_CONFIG macro won't be defined.
AC_CHECK_PROG(have_pkg_config, pkg-config, yes, no)
-if test x"$have_pkg_config" == xno; then
+if test x"$have_pkg_config" = "xno"; then
AC_MSG_ERROR(pkg-config is required to install this program)
fi