From: Todd C. Miller Date: Wed, 25 May 1994 03:07:49 +0000 (+0000) Subject: only set RETSIGTYPE if it is not set already X-Git-Tag: SUDO_1_3_1~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30eac2b980d1ec61b56944f819b20bee2672f170;p=sudo only set RETSIGTYPE if it is not set already --- diff --git a/configure.in b/configure.in index d9011fab4..af3905971 100644 --- a/configure.in +++ b/configure.in @@ -95,7 +95,13 @@ dnl AC_MODE_T AC_UID_T AC_SIZE_T -AC_RETSIGTYPE +dnl +dnl only set RETSIGTYPE if it is not set already +dnl +case "$DEFS" in + *"RETSIGTYPE"*) ;; + *) AC_RETSIGTYPE;; +esac dnl dnl Function checks dnl