From: Todd C. Miller Date: Wed, 26 Nov 2008 20:10:23 +0000 (+0000) Subject: correctly enable SIA on Digital UNIX X-Git-Tag: SUDO_1_7_0~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2464ba1f585b2c0d767289dfd053d25e9710f1fa;p=sudo correctly enable SIA on Digital UNIX --- diff --git a/configure b/configure index f6384086e..1817457d6 100755 --- a/configure +++ b/configure @@ -20014,6 +20014,10 @@ done if test "$found" = "true"; then AUTH_EXCL=SIA AUTH_OBJS="$AUTH_OBJS sia.o" + cat >>confdefs.h <<\_ACEOF +#define HAVE_SIA 1 +_ACEOF + fi fi diff --git a/configure.in b/configure.in index c2bdbba4b..ed1485bde 100644 --- a/configure.in +++ b/configure.in @@ -1955,6 +1955,7 @@ if test ${CHECKSIA-'false'} = "true"; then if test "$found" = "true"; then AUTH_EXCL=SIA AUTH_OBJS="$AUTH_OBJS sia.o" + AC_DEFINE(HAVE_SIA) fi fi