]> granicus.if.org Git - sudo/commitdiff
now add -D__STDC__ for convex cc (not gcc)
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Nov 1995 06:12:19 +0000 (06:12 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Nov 1995 06:12:19 +0000 (06:12 +0000)
configure.in

index 815f7e6738f1f2cefb06873e9aa7fe6ca7f0856e..37c3b776d6b6c14556c6369a23637a8ea3cfd390 100644 (file)
@@ -196,6 +196,9 @@ case "$OS" in
                ;;
     "convex")  echo "Looks like ConvexOs"
                AC_DEFINE(_CONVEX_SOURCE)
+               if test -z "$GCC" ; then
+                   CFLAGS="${CFLAGS} -D__STDC__"
+               fi
                # C2 security stuff
                if test -n "$C2" ; then
                    OSDEFS="${OSDEFS} -D_AUDIT -D_ACL -DSecureWare"