configure: Quote --include-plugins argument

This is allowed and documented to use `;` for separation. The newer
eval functionality then sees that as a command terminator.
This commit is contained in:
Arne Welzel 2023-03-06 14:34:01 +01:00
parent 1146c62728
commit bfd182f583

2
configure vendored
View file

@ -230,7 +230,7 @@ while [ $# -ne 0 ]; do
append_cache_entry CMAKE_TOOLCHAIN_FILE PATH $optarg append_cache_entry CMAKE_TOOLCHAIN_FILE PATH $optarg
;; ;;
--include-plugins=*) --include-plugins=*)
append_cache_entry ZEEK_INCLUDE_PLUGINS STRING $optarg append_cache_entry ZEEK_INCLUDE_PLUGINS STRING \"$optarg\"
;; ;;
--prefix=*) --prefix=*)
prefix=$optarg prefix=$optarg