--- MPlayer-1.0pre7try2.orig/configure 2006-04-07 18:02:32 +0300 +++ MPlayer-1.0pre7try2/configure 2006-04-07 18:21:42 +0300 @@ -3801,6 +3801,13 @@ if cygwin ; then _ld_aa=`aalib-config --libs | cut -d " " -f 2,5,6` fi + + if cc_check -laa ; then + _ld_aa="-laa" + elif cc_check $_ld_x11 -laa ; then + _ld_aa="$_ld_x11 -laa" + fi + _vosrc="$_vosrc vo_aa.c" _vomodules="aa $_vomodules" else