]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Fix parentheses in configure.ac 420/head
authorAndy Zaugg <andy.zaugg@gmail.com>
Wed, 22 Sep 2021 04:51:10 +0000 (21:51 -0700)
committerAndy Zaugg <andy.zaugg@gmail.com>
Wed, 22 Sep 2021 16:42:15 +0000 (09:42 -0700)
Resolving issue https://github.com/shadow-maint/shadow/issues/419

configure.ac

index 994836bda38e3c18e5f0b4afccae6a4c6d990737..6cbb6bd27c1265f00d18f9916e0bff1c3c773e6c 100644 (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