Mercurial > mplayer.hg
comparison configure @ 2795:51bb2caa5f2a
warning for unknown parameters is quite enough
author | nick |
---|---|
date | Sat, 10 Nov 2001 15:01:47 +0000 |
parents | aa37ac641337 |
children | 9b6aea4867fd |
comparison
equal
deleted
inserted
replaced
2794:411be2ac50ae | 2795:51bb2caa5f2a |
---|---|
1600 --cc=*) | 1600 --cc=*) |
1601 ;; | 1601 ;; |
1602 --as=*) | 1602 --as=*) |
1603 ;; | 1603 ;; |
1604 *) | 1604 *) |
1605 die "Unknow parameter: $ac_option" | 1605 echo "Unknow parameter: $ac_option" |
1606 ;; | 1606 ;; |
1607 esac | 1607 esac |
1608 done | 1608 done |
1609 | 1609 |
1610 # Atmos: moved this here, to be correct, if --prefix is specified | 1610 # Atmos: moved this here, to be correct, if --prefix is specified |