]> granicus.if.org Git - sudo/commitdiff
correctly enable SIA on Digital UNIX
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 26 Nov 2008 20:10:23 +0000 (20:10 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 26 Nov 2008 20:10:23 +0000 (20:10 +0000)
configure
configure.in

index f6384086e9c1af997e8bdf952ccf2eb1c8b10b5f..1817457d6e32f7ab0e5fd168d25af181bd1971cd 100755 (executable)
--- 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
 
index c2bdbba4b1ffd6c9860bcb061052e6b7b8d2e761..ed1485bdea6267826e26b5caf318ada9cf9773ca 100644 (file)
@@ -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