Mercurial > mplayer.hg
comparison configure @ 2783:aa37ac641337
unkow parameter fix.
author | pontscho |
---|---|
date | Fri, 09 Nov 2001 13:20:17 +0000 |
parents | 039568c6947d |
children | 51bb2caa5f2a |
comparison
equal
deleted
inserted
replaced
2782:b52d3e6ff4ab | 2783:aa37ac641337 |
---|---|
1599 ;; | 1599 ;; |
1600 --cc=*) | 1600 --cc=*) |
1601 ;; | 1601 ;; |
1602 --as=*) | 1602 --as=*) |
1603 ;; | 1603 ;; |
1604 *) | |
1605 die "Unknow parameter: $ac_option" | |
1606 ;; | |
1604 esac | 1607 esac |
1605 done | 1608 done |
1606 | 1609 |
1607 # Atmos: moved this here, to be correct, if --prefix is specified | 1610 # Atmos: moved this here, to be correct, if --prefix is specified |
1608 if test -z "$_datadir" ; then | 1611 if test -z "$_datadir" ; then |