2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 05:48:18 +00:00

syslog() fixed in hpux 10.01

This commit is contained in:
Todd C. Miller 1995-12-08 19:11:24 +00:00
parent 54d9ede9c8
commit ef4e6fbfa9

View File

@ -194,8 +194,6 @@ case "$OS" in
AC_DEFINE_UNQUOTED(SHADOW_TYPE, $SHADOW_TYPE)
fi
elif test "$OSREV" -eq 10 ; then
AC_DEFINE(BROKEN_SYSLOG)
if test -n "$STATIC_SUDO" ; then
if test -n "$GCC" ; then
SUDO_LDFLAGS="${SUDO_LDFLAGS} -static"