From f156dbef42adc1161dc5190cd5027222e1d3094e Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 19 Mar 2003 15:13:22 +0000 Subject: [PATCH] Fixed typo. --- configure/os/CONFIG.win32-x86-borland.win32-x86-borland | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.win32-x86-borland.win32-x86-borland b/configure/os/CONFIG.win32-x86-borland.win32-x86-borland index b77352dae..a8f470618 100644 --- a/configure/os/CONFIG.win32-x86-borland.win32-x86-borland +++ b/configure/os/CONFIG.win32-x86-borland.win32-x86-borland @@ -136,7 +136,7 @@ OPT_CXXFLAGS_NO = # # no special libs for static link # -LDLIBSws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib +LDLIBS = ws2_32.lib advapi32.lib user32.lib kernel32.lib winmm.lib # -c case sensitive linking # -C clear state before linking