aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-10 05:04:44 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-10 05:04:44 +0200
commit7d3ef7bbfd09ce0a8d8dbdb651fdaa862f75af21 (patch)
treefc0c3e76d8184d0649cbeb293a3fbe2de6a62ec0 /configure
parentddd477993505b1a97b705489c45a3f63594452b8 (diff)
Fix undefined references.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 23e0a5c3..d92a2fc6 100755
--- a/configure
+++ b/configure
@@ -511,7 +511,7 @@ CYGWIN* )
;;
Windows )
echo OUTFILE=bitlbee.exe >> Makefile.settings
- echo LFLAGS+=-lwsock32 >> Makefile.settings
+ echo LFLAGS+=-lws2_32 >> Makefile.settings
echo EFLAGS+=-lsecur32 >> Makefile.settings
;;
* )