]> git.meshlink.io Git - catta/commitdiff
* Quick fix to incorrect configure line, from FreeBSD. :)
authorTrent Lloyd <lathiat@bur.st>
Fri, 21 Oct 2005 17:33:43 +0000 (17:33 +0000)
committerTrent Lloyd <lathiat@bur.st>
Fri, 21 Oct 2005 17:33:43 +0000 (17:33 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@837 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

configure.ac

index 17f2f94c04cd5c537d44c3cb1b2d2323815f4d80..315e191563468316e075fcf5d4613da837dc16cd 100644 (file)
@@ -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