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"