From: Michael R Sweet Date: Wed, 6 Oct 2021 20:52:29 +0000 (-0400) Subject: Fix configure test. X-Git-Tag: v2.4b1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6dc327437df584f79aaf02caef6b023ee46d520;p=thirdparty%2Fcups.git Fix configure test. --- diff --git a/config-scripts/cups-container.m4 b/config-scripts/cups-container.m4 index 278f0d9a24..7e345b5ee7 100644 --- a/config-scripts/cups-container.m4 +++ b/config-scripts/cups-container.m4 @@ -30,7 +30,7 @@ SNAPDGLIBLIBS="" AC_SUBST([APPARMORLIBS]) AC_SUBST([SNAPDGLIBLIBS]) -AS_IF(["x$PKGCONFIG" != x], [ +AS_IF([test "x$PKGCONFIG" != x], [ AC_MSG_CHECKING([for libapparmor]) AS_IF([$PKGCONFIG --exists libapparmor], [ AC_MSG_RESULT([yes]) diff --git a/configure b/configure index f2161c2536..d1a400c410 100755 --- a/configure +++ b/configure @@ -10785,7 +10785,7 @@ SNAPDGLIBLIBS="" -if "x$PKGCONFIG" != x +if test "x$PKGCONFIG" != x then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libapparmor" >&5