This seems to fix Mingw's compile that was broken in
a967613911f7e, as
evidenced by buildfarm.
;;
esac
+ case " $LIBOBJS " in
+ *" win32security.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS win32security.$ac_objext"
+ ;;
+esac
+
case " $LIBOBJS " in
*" win32setlocale.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS win32setlocale.$ac_objext"
AC_LIBOBJ(system)
AC_LIBOBJ(win32env)
AC_LIBOBJ(win32error)
+ AC_LIBOBJ(win32security)
AC_LIBOBJ(win32setlocale)
AC_DEFINE([HAVE_SYMLINK], 1,
[Define to 1 if you have the `symlink' function.])