diff options
| author | Alvaro Herrera | 2016-01-08 16:18:40 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2016-01-08 16:18:40 +0000 |
| commit | 463172116634423f8708ad9d7afb0f759a40cf2c (patch) | |
| tree | 3db653d5a8f1885409d02b6f139b7566a70a4969 /configure.in | |
| parent | e9282e953205a2f3125fc8d1052bc01cb77cd2a3 (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.in')
| -rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 41402dfaa4..93984822e4 100644 --- a/configure.in +++ b/configure.in @@ -1596,7 +1596,6 @@ fi # Cygwin needs only a bit of that if test "$PORTNAME" = "cygwin"; then AC_LIBOBJ(dirmod) - AC_LIBOBJ(win32security) fi AC_CHECK_DECLS([sys_siglist], [], [], |
