From: Trent Lloyd Date: Fri, 21 Oct 2005 17:33:43 +0000 (+0000) Subject: * Quick fix to incorrect configure line, from FreeBSD. :) X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=80ffb739edcbcdc2a22bfed71b7913213392f6ff;p=catta * Quick fix to incorrect configure line, from FreeBSD. :) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@837 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- 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