fix syntax error in configure shell script

strangly enough, it seems to work like it was in some circumstances...
This commit is contained in:
Andreas Lauser 2013-11-22 18:39:49 +01:00 committed by Bård Skaflestad
parent fb672abee9
commit d07b201656

View File

@ -171,8 +171,7 @@ for OPT in "$@"; do
OPTARG=${OPT#--}
# OPTARG now contains everything after double dashes
case "${OPTARG}" in
config-cache)
cache-file=*)
config-cache|cache-file=*)
# prevent the previous CMake cache from being deleted. The
# second option is only here for Dune/autotools compatibility
config_cache="1"