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
1302613026 ;;
1302713027esac
1302813028
13029+ case " $LIBOBJS " in
13030+ * " win32security.$ac_objext " * ) ;;
13031+ * ) LIBOBJS=" $LIBOBJS win32security.$ac_objext "
13032+ ;;
13033+ esac
13034+
1302913035 case " $LIBOBJS " in
1303013036 * " win32setlocale.$ac_objext " * ) ;;
1303113037 * ) LIBOBJS=" $LIBOBJS win32setlocale.$ac_objext "
Original file line number Diff line number Diff line change @@ -1577,6 +1577,7 @@ if test "$PORTNAME" = "win32"; then
15771577 AC_LIBOBJ(system)
15781578 AC_LIBOBJ(win32env)
15791579 AC_LIBOBJ(win32error)
1580+ AC_LIBOBJ(win32security)
15801581 AC_LIBOBJ(win32setlocale)
15811582 AC_DEFINE([HAVE_SYMLINK], 1,
15821583 [Define to 1 if you have the `symlink' function.])
You can’t perform that action at this time.
0 commit comments