From 96f1415283fa465a302932fa44f5402fc829e42f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 14 Aug 2024 16:12:16 +0200 Subject: [PATCH] CONFIGURE: Remove unused variable We do not use pkg-config for libopenmpt, thus, path override is a no-op --- configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure b/configure index 6794a29fc1e..8794221f27a 100755 --- a/configure +++ b/configure @@ -257,7 +257,6 @@ _sdlpath="$PATH" _freetypepath="$PATH" _libcurlpath="$PATH" _libmikmodpath="$PATH" -_libopenmptpath="$PATH" _nasmpath="$PATH" NASMFLAGS="" NASM="" @@ -1547,10 +1546,6 @@ for ac_option in $@; do arg=`echo $ac_option | cut -d '=' -f 2` _libmikmodpath="$arg:$arg/bin" ;; - --with-openmpt-prefix=*) - arg=`echo $ac_option | cur -d '=' -f 2` - _libopenmptpath="$arg:$arg/bin" - ;; --with-nasm-prefix=*) arg=`echo $ac_option | cut -d '=' -f 2` _nasmpath="$arg:$arg/bin"