We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b054b commit fa838b5Copy full SHA for fa838b5
configure
@@ -13026,6 +13026,12 @@ esac
13026
;;
13027
esac
13028
13029
+ case " $LIBOBJS " in
13030
+ *" win32security.$ac_objext "* ) ;;
13031
+ *) LIBOBJS="$LIBOBJS win32security.$ac_objext"
13032
+ ;;
13033
+esac
13034
+
13035
case " $LIBOBJS " in
13036
*" win32setlocale.$ac_objext "* ) ;;
13037
*) LIBOBJS="$LIBOBJS win32setlocale.$ac_objext"
configure.in
@@ -1577,6 +1577,7 @@ if test "$PORTNAME" = "win32"; then
1577
AC_LIBOBJ(system)
1578
AC_LIBOBJ(win32env)
1579
AC_LIBOBJ(win32error)
1580
+ AC_LIBOBJ(win32security)
1581
AC_LIBOBJ(win32setlocale)
1582
AC_DEFINE([HAVE_SYMLINK], 1,
1583
[Define to 1 if you have the `symlink' function.])
0 commit comments