Fixing wildcard in configure (#12)

This commit is contained in:
Patrick Gersch 2022-10-21 14:27:08 +02:00 committed by GitHub
parent 35d36bf8fa
commit ddb71cf438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
configure vendored
View File

@ -923,11 +923,6 @@ for opt do
QEMU_CFLAGS="$QEMU_CFLAGS -fPIC -DAS_LIB=1"
QEMU_CXXFLAGS="$QEMU_CXXFLAGS -fPIC -DAS_LIB=1"
;;
*)
echo "ERROR: unknown option $opt"
echo "Try '$0 --help' for more information"
exit 1
;;
# everything else has the same name in configure and meson
--*) meson_option_parse "$opt" "$optarg"
;;