[MPlayer-cvslog] CVS: main configure,1.1077,1.1078
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Oct 12 01:44:10 CEST 2005
- Previous message: [MPlayer-cvslog] CVS: main/libao2 audio_out.c,1.49,1.50
- Next message: [MPlayer-cvslog] CVS: main/postproc rgb2rgb.c, 1.63, 1.64 rgb2rgb.h, 1.31, 1.32 rgb2rgb_template.c, 1.73, 1.74 swscale_template.c, 1.120, 1.121
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv11158
Modified Files:
configure
Log Message:
Put networking lib linker flag checks in the order they were before the
configure cleanup. Fixes build on Solaris.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1077
retrieving revision 1.1078
diff -u -r1.1077 -r1.1078
--- configure 11 Oct 2005 22:50:23 -0000 1.1077
+++ configure 11 Oct 2005 23:44:08 -0000 1.1078
@@ -2484,7 +2484,7 @@
#include <netdb.h>
int main(void) { (void) gethostbyname(0); return 0; }
EOF
-for _ld_tmp in "-lsocket" "-lnsl" "-lsocket -lnsl" "-lsocket -ldnet" "-lsocket -lbind" ; do
+for _ld_tmp in "-lsocket -lbind" "-lsocket -ldnet" "-lsocket -lnsl" "-lnsl" "-lsocket" ; do
cc_check $_ld_tmp && _ld_sock="$_ld_tmp" && break
done
if test $_winsock2 = auto && not cygwin ; then
- Previous message: [MPlayer-cvslog] CVS: main/libao2 audio_out.c,1.49,1.50
- Next message: [MPlayer-cvslog] CVS: main/postproc rgb2rgb.c, 1.63, 1.64 rgb2rgb.h, 1.31, 1.32 rgb2rgb_template.c, 1.73, 1.74 swscale_template.c, 1.120, 1.121
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list