diff options
author | nijtmans <nijtmans> | 2010-10-11 12:27:32 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-10-11 12:27:32 (GMT) |
commit | 7af9b96ae8af965228ce6e968abc3291e2486de2 (patch) | |
tree | 7caac7b209dd631a4b68a50300ecb9a16b35f849 /win/tcl.m4 | |
parent | 5a8be28add9aeca01e32b41d7c021f912eb3d4d4 (diff) | |
download | tk-7af9b96ae8af965228ce6e968abc3291e2486de2.zip tk-7af9b96ae8af965228ce6e968abc3291e2486de2.tar.gz tk-7af9b96ae8af965228ce6e968abc3291e2486de2.tar.bz2 |
Add netapi32 to the windows link line
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -463,7 +463,7 @@ file for information about building with Mingw.]) fi SHLIB_LD="" SHLIB_LD_LIBS='${LIBS}' - LIBS="-lkernel32 -luser32 -ladvapi32 -lws2_32" + LIBS="-lnetapi32 -lkernel32 -luser32 -ladvapi32 -lws2_32" # mingw needs to link ole32 and oleaut32 for [send], but MSVC doesn't LIBS_GUI="-lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32 -luuid -lole32 -loleaut32" STLIB_LD='${AR} cr' @@ -615,7 +615,7 @@ file for information about building with Mingw.]) fi fi - LIBS="kernel32.lib user32.lib advapi32.lib ws2_32.lib" + LIBS="netapi32.lib kernel32.lib user32.lib advapi32.lib ws2_32.lib" if test "$do64bit" != "no" ; then # The space-based-path will work for the Makefile, but will # not work if AC_TRY_COMPILE is called. TEA has the |