Commit fa838b55 authored by Alvaro Herrera's avatar Alvaro Herrera

Add win32security to LIBOBJS

This seems to fix Mingw's compile that was broken in a9676139, as
evidenced by buildfarm.
parent 33b054bc
...@@ -13026,6 +13026,12 @@ esac ...@@ -13026,6 +13026,12 @@ esac
;; ;;
esac esac
case " $LIBOBJS " in
*" win32security.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS win32security.$ac_objext"
;;
esac
case " $LIBOBJS " in case " $LIBOBJS " in
*" win32setlocale.$ac_objext "* ) ;; *" win32setlocale.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS win32setlocale.$ac_objext" *) LIBOBJS="$LIBOBJS win32setlocale.$ac_objext"
......
...@@ -1577,6 +1577,7 @@ if test "$PORTNAME" = "win32"; then ...@@ -1577,6 +1577,7 @@ if test "$PORTNAME" = "win32"; then
AC_LIBOBJ(system) AC_LIBOBJ(system)
AC_LIBOBJ(win32env) AC_LIBOBJ(win32env)
AC_LIBOBJ(win32error) AC_LIBOBJ(win32error)
AC_LIBOBJ(win32security)
AC_LIBOBJ(win32setlocale) AC_LIBOBJ(win32setlocale)
AC_DEFINE([HAVE_SYMLINK], 1, AC_DEFINE([HAVE_SYMLINK], 1,
[Define to 1 if you have the `symlink' function.]) [Define to 1 if you have the `symlink' function.])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment