summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlvaro Herrera2016-01-08 16:18:40 +0000
committerAlvaro Herrera2016-01-08 16:18:40 +0000
commit463172116634423f8708ad9d7afb0f759a40cf2c (patch)
tree3db653d5a8f1885409d02b6f139b7566a70a4969 /configure
parente9282e953205a2f3125fc8d1052bc01cb77cd2a3 (diff)
Revert "Blind attempt at a Cygwin fix"
This reverts commit e9282e953205a2f3125fc8d1052bc01cb77cd2a3, which blew up in a pretty spectacular way. Re-introduce the original code while we search for a real fix.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index ab213a12c1a..3dd1b152c6c 100755
--- a/configure
+++ b/configure
@@ -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>