diff options
author | Alvaro Herrera | 2016-01-07 21:50:28 +0000 |
---|---|---|
committer | Alvaro Herrera | 2016-01-07 21:50:28 +0000 |
commit | fa838b555f90039ae5f0e6fb86ccae6a88b42703 (patch) | |
tree | 417e8bc069609db3799bb52c8b72fe0d7bf56c9a /configure | |
parent | 33b054bc797628e418e379badd38b00e4b523115 (diff) |
Add win32security to LIBOBJS
This seems to fix Mingw's compile that was broken in a967613911f7e, as
evidenced by buildfarm.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure index f6f82b2157e..3dd1b152c6c 100755 --- a/configure +++ b/configure @@ -13027,6 +13027,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" ;; |