Mercurial > mplayer.hg
comparison configure @ 1065:504c6edf7813
Fixed --enable-debug=*
author | atmosfear |
---|---|
date | Sat, 09 Jun 2001 07:28:17 +0000 |
parents | 555f58131861 |
children | 844e266c4ea9 |
comparison
equal
deleted
inserted
replaced
1064:be1d5b1abffa | 1065:504c6edf7813 |
---|---|
707 ;; | 707 ;; |
708 --enable-debug) | 708 --enable-debug) |
709 _debug='-g' | 709 _debug='-g' |
710 ;; | 710 ;; |
711 --enable-debug=*) | 711 --enable-debug=*) |
712 _debug=`echo '-g'; echo $ac_option | cut -d '=' -f 2` | 712 _debug=`echo -n '-g'; echo $ac_option | cut -d '=' -f 2` |
713 ;; | 713 ;; |
714 --enable-css) | 714 --enable-css) |
715 _css=yes | 715 _css=yes |
716 ;; | 716 ;; |
717 --enable-png) | 717 --enable-png) |