From: Andy Zaugg Date: Wed, 22 Sep 2021 04:51:10 +0000 (-0700) Subject: Fix parentheses in configure.ac X-Git-Tag: 4.10~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F420%2Fhead;p=thirdparty%2Fshadow.git Fix parentheses in configure.ac Resolving issue https://github.com/shadow-maint/shadow/issues/419 --- diff --git a/configure.ac b/configure.ac index 994836bda..6cbb6bd27 100644 --- a/configure.ac +++ b/configure.ac @@ -345,7 +345,7 @@ if test "$with_sssd" = "yes"; then [AC_MSG_ERROR([posix_spawn is needed for sssd support])]) fi -AS_IF([test "$with_su" != "no"], AC_DEFINE(WITH_SU, 1, [Build with su])]) +AS_IF([test "$with_su" != "no"], AC_DEFINE(WITH_SU, 1, [Build with su])) AM_CONDITIONAL([WITH_SU], [test "x$with_su" != "xno"]) dnl Check for some functions in libc first, only if not found check for