]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix configure test.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 6 Oct 2021 20:52:29 +0000 (16:52 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 6 Oct 2021 20:52:29 +0000 (16:52 -0400)
config-scripts/cups-container.m4
configure

index 278f0d9a241b39adac66dd94b0b16fd201f5e109..7e345b5ee7bec367efcc11f30003e001a2e05d36 100644 (file)
@@ -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])
index f2161c253635d92c48e959bcead9ee55b9c2f341..d1a400c410489a79974cdacccf26eefb7b244a6d 100755 (executable)
--- 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