Commit d2a47c94 authored by Michael Niedermayer's avatar Michael Niedermayer

fate: add support for specifying the shell used to run configure

Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2ab5feaf
...@@ -41,7 +41,7 @@ update()( ...@@ -41,7 +41,7 @@ update()(
configure()( configure()(
cd ${build} || return cd ${build} || return
${src}/configure \ ${shell} ${src}/configure \
--prefix="${inst}" \ --prefix="${inst}" \
--samples="${samples}" \ --samples="${samples}" \
--enable-gpl \ --enable-gpl \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment