mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Revert "Blind attempt at a Cygwin fix"
This reverts commit e9282e9532
, which blew
up in a pretty spectacular way. Re-introduce the original code while we
search for a real fix.
This commit is contained in:
6
configure
vendored
6
configure
vendored
@ -13075,12 +13075,6 @@ if test "$PORTNAME" = "cygwin"; then
|
||||
;;
|
||||
esac
|
||||
|
||||
case " $LIBOBJS " in
|
||||
*" win32security.$ac_objext "* ) ;;
|
||||
*) LIBOBJS="$LIBOBJS win32security.$ac_objext"
|
||||
;;
|
||||
esac
|
||||
|
||||
fi
|
||||
|
||||
ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "#include <signal.h>
|
||||
|
Reference in New Issue
Block a user