From: Todd C. Miller Date: Tue, 29 Jul 2014 15:25:07 +0000 (-0600) Subject: No need to AC_SUBST HAVE_BSM_AUDIT and HAVE_SOLARIS_AUDIT X-Git-Tag: SUDO_1_8_11^2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58a59896b47e8ab04bc98881e5768a26461db892;p=sudo No need to AC_SUBST HAVE_BSM_AUDIT and HAVE_SOLARIS_AUDIT --- diff --git a/configure.ac b/configure.ac index 3d9ffff4c..cfcfaf79d 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,6 @@ AC_MSG_NOTICE([Configuring Sudo version $PACKAGE_VERSION]) dnl dnl Variables that get substituted in the Makefile and man pages dnl -AC_SUBST([HAVE_BSM_AUDIT]) -AC_SUBST([HAVE_SOLARIS_AUDIT]) AC_SUBST([SHELL]) AC_SUBST([LIBTOOL]) AC_SUBST([CFLAGS])