From 80ffb739edcbcdc2a22bfed71b7913213392f6ff Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Fri, 21 Oct 2005 17:33:43 +0000 Subject: [PATCH] * Quick fix to incorrect configure line, from FreeBSD. :) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@837 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2