CONFIGURE: Remove unused variable

We do not use pkg-config for libopenmpt, thus, path override is a no-op
This commit is contained in:
Eugene Sandulenko 2024-08-14 16:12:16 +02:00
parent a9ca24df75
commit 96f1415283
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

5
configure vendored
View File

@ -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"