File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -13026,6 +13026,12 @@ esac
13026
13026
;;
13027
13027
esac
13028
13028
13029
+ case " $LIBOBJS " in
13030
+ * " win32security.$ac_objext " * ) ;;
13031
+ * ) LIBOBJS=" $LIBOBJS win32security.$ac_objext "
13032
+ ;;
13033
+ esac
13034
+
13029
13035
case " $LIBOBJS " in
13030
13036
* " win32setlocale.$ac_objext " * ) ;;
13031
13037
* ) LIBOBJS=" $LIBOBJS win32setlocale.$ac_objext "
Original file line number Diff line number Diff line change @@ -1577,6 +1577,7 @@ if test "$PORTNAME" = "win32"; then
1577
1577
AC_LIBOBJ(system)
1578
1578
AC_LIBOBJ(win32env)
1579
1579
AC_LIBOBJ(win32error)
1580
+ AC_LIBOBJ(win32security)
1580
1581
AC_LIBOBJ(win32setlocale)
1581
1582
AC_DEFINE([HAVE_SYMLINK], 1,
1582
1583
[Define to 1 if you have the `symlink' function.])
You can’t perform that action at this time.
0 commit comments