Mercurial > mplayer.hg
comparison configure @ 21572:a9cc0526db1e
10l, forgot to add _inc_x11 to X11 cc check
author | reimar |
---|---|
date | Mon, 11 Dec 2006 08:59:43 +0000 |
parents | 685b7a8e6992 |
children | 065a849998ef |
comparison
equal
deleted
inserted
replaced
21571:f6881c789312 | 21572:a9cc0526db1e |
---|---|
3837 if netbsd; then | 3837 if netbsd; then |
3838 _ld_tmp="$I -lXext -lX11 $_ld_sock $_ld_pthread -Wl,-R`echo $I | sed s/^-L//`" | 3838 _ld_tmp="$I -lXext -lX11 $_ld_sock $_ld_pthread -Wl,-R`echo $I | sed s/^-L//`" |
3839 else | 3839 else |
3840 _ld_tmp="$I -lXext -lX11 $_ld_sock $_ld_pthread" | 3840 _ld_tmp="$I -lXext -lX11 $_ld_sock $_ld_pthread" |
3841 fi | 3841 fi |
3842 cc_check $_ld_tmp && _libs_mplayer="$_libs_mplayer $_ld_tmp" \ | 3842 cc_check $_inc_x11 $_ld_tmp && _libs_mplayer="$_libs_mplayer $_ld_tmp" \ |
3843 && _x11=yes && break | 3843 && _x11=yes && break |
3844 done | 3844 done |
3845 fi | 3845 fi |
3846 if test "$_x11" = yes ; then | 3846 if test "$_x11" = yes ; then |
3847 #FIXME: This is ugly as it can duplicate a -I parameter.. | 3847 #FIXME: This is ugly as it can duplicate a -I parameter.. |