mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +00:00
CONFIGURE: Remove unused variable
We do not use pkg-config for libopenmpt, thus, path override is a no-op
This commit is contained in:
parent
a9ca24df75
commit
96f1415283
5
configure
vendored
5
configure
vendored
@ -257,7 +257,6 @@ _sdlpath="$PATH"
|
|||||||
_freetypepath="$PATH"
|
_freetypepath="$PATH"
|
||||||
_libcurlpath="$PATH"
|
_libcurlpath="$PATH"
|
||||||
_libmikmodpath="$PATH"
|
_libmikmodpath="$PATH"
|
||||||
_libopenmptpath="$PATH"
|
|
||||||
_nasmpath="$PATH"
|
_nasmpath="$PATH"
|
||||||
NASMFLAGS=""
|
NASMFLAGS=""
|
||||||
NASM=""
|
NASM=""
|
||||||
@ -1547,10 +1546,6 @@ for ac_option in $@; do
|
|||||||
arg=`echo $ac_option | cut -d '=' -f 2`
|
arg=`echo $ac_option | cut -d '=' -f 2`
|
||||||
_libmikmodpath="$arg:$arg/bin"
|
_libmikmodpath="$arg:$arg/bin"
|
||||||
;;
|
;;
|
||||||
--with-openmpt-prefix=*)
|
|
||||||
arg=`echo $ac_option | cur -d '=' -f 2`
|
|
||||||
_libopenmptpath="$arg:$arg/bin"
|
|
||||||
;;
|
|
||||||
--with-nasm-prefix=*)
|
--with-nasm-prefix=*)
|
||||||
arg=`echo $ac_option | cut -d '=' -f 2`
|
arg=`echo $ac_option | cut -d '=' -f 2`
|
||||||
_nasmpath="$arg:$arg/bin"
|
_nasmpath="$arg:$arg/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user