Update of /cvsroot/mplayer/main In directory usw-pr-cvs1:/tmp/cvs-serv18868 Modified Files: configure Log Message: fix notfound bug. asszem. Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -r1.72 -r1.73 *** configure 2001/06/05 10:29:37 1.72 --- configure 2001/06/05 10:33:05 1.73 *************** *** 609,613 **** [ $_alsa == 'yes' ] && $TMPO && { _alsaver='0.5.x'; } ! if [ $_alsaver == 'not found' ]; then cat > $TMPC << EOF #include <sys/asoundlib.h> --- 609,613 ---- [ $_alsa == 'yes' ] && $TMPO && { _alsaver='0.5.x'; } ! if [ "$_alsaver" == 'not found' ]; then cat > $TMPC << EOF #include <sys/asoundlib.h> _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
Zoltan Ponekker