From fa838b555f90039ae5f0e6fb86ccae6a88b42703 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 7 Jan 2016 18:50:28 -0300 Subject: Add win32security to LIBOBJS This seems to fix Mingw's compile that was broken in a967613911f7e, as evidenced by buildfarm. --- configure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure') diff --git a/configure b/configure index f6f82b2157e..3dd1b152c6c 100755 --- a/configure +++ b/configure @@ -13026,6 +13026,12 @@ esac ;; esac + case " $LIBOBJS " in + *" win32security.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS win32security.$ac_objext" + ;; +esac + case " $LIBOBJS " in *" win32setlocale.$ac_objext "* ) ;; *) LIBOBJS="$LIBOBJS win32setlocale.$ac_objext" -- cgit v1.2.3