Fix parentheses in configure.ac

Resolving issue https://github.com/shadow-maint/shadow/issues/419
This commit is contained in:
Andy Zaugg 2021-09-21 21:51:10 -07:00
parent 26bbee8c86
commit 049f9a7f6b
1 changed files with 1 additions and 1 deletions

View File

@ -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