mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Don't link with -lwsock32 on Cygwin (#91696, Masahiro Sakai).
2002-08-26 Tor Lillqvist <tml@iki.fi> * configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on Cygwin (#91696, Masahiro Sakai).
This commit is contained in:
parent
59a7f63738
commit
5f7945dea9
@ -1,3 +1,8 @@
|
||||
2002-08-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on
|
||||
Cygwin (#91696, Masahiro Sakai).
|
||||
|
||||
Tue Aug 20 16:01:03 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/gconvert.c (strdup_len): validate 'len' argument properly
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-08-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on
|
||||
Cygwin (#91696, Masahiro Sakai).
|
||||
|
||||
Tue Aug 20 16:01:03 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/gconvert.c (strdup_len): validate 'len' argument properly
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-08-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on
|
||||
Cygwin (#91696, Masahiro Sakai).
|
||||
|
||||
Tue Aug 20 16:01:03 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/gconvert.c (strdup_len): validate 'len' argument properly
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-08-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on
|
||||
Cygwin (#91696, Masahiro Sakai).
|
||||
|
||||
Tue Aug 20 16:01:03 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/gconvert.c (strdup_len): validate 'len' argument properly
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-08-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on
|
||||
Cygwin (#91696, Masahiro Sakai).
|
||||
|
||||
Tue Aug 20 16:01:03 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/gconvert.c (strdup_len): validate 'len' argument properly
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-08-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on
|
||||
Cygwin (#91696, Masahiro Sakai).
|
||||
|
||||
Tue Aug 20 16:01:03 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/gconvert.c (strdup_len): validate 'len' argument properly
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-08-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on
|
||||
Cygwin (#91696, Masahiro Sakai).
|
||||
|
||||
Tue Aug 20 16:01:03 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* glib/gconvert.c (strdup_len): validate 'len' argument properly
|
||||
|
@ -1670,7 +1670,7 @@ dnl **********************
|
||||
|
||||
case $host in
|
||||
*-*-cygwin*)
|
||||
G_LIBS_EXTRA="-luser32 -lwsock32 -lkernel32"
|
||||
G_LIBS_EXTRA="-luser32 -lkernel32"
|
||||
;;
|
||||
*-*-mingw*)
|
||||
G_LIBS_EXTRA="-lwsock32"
|
||||
|
Loading…
Reference in New Issue
Block a user