|
|
@ -12067,7 +12067,7 @@ esac |
|
|
|
|
|
|
|
|
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# Win32 support |
|
|
|
# Win32 (really MinGW) support |
|
|
|
if test "$PORTNAME" = "win32"; then |
|
|
|
if test "$PORTNAME" = "win32"; then |
|
|
|
ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" |
|
|
|
ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" |
|
|
|
if test "x$ac_cv_func_gettimeofday" = xyes; then : |
|
|
|
if test "x$ac_cv_func_gettimeofday" = xyes; then : |
|
|
@ -12154,6 +12154,16 @@ else |
|
|
|
|
|
|
|
|
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Cygwin needs only a bit of that |
|
|
|
|
|
|
|
if test "$PORTNAME" = "cygwin"; then |
|
|
|
|
|
|
|
case " $LIBOBJS " in |
|
|
|
|
|
|
|
*" dirmod.$ac_objext "* ) ;; |
|
|
|
|
|
|
|
*) LIBOBJS="$LIBOBJS dirmod.$ac_objext" |
|
|
|
|
|
|
|
;; |
|
|
|
|
|
|
|
esac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5 |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5 |
|
|
|
$as_echo_n "checking for sigsetjmp... " >&6; } |
|
|
|
$as_echo_n "checking for sigsetjmp... " >&6; } |
|
|
|
if ${pgac_cv_func_sigsetjmp+:} false; then : |
|
|
|
if ${pgac_cv_func_sigsetjmp+:} false; then : |
|
|
|