diff --git a/stella/configure b/stella/configure index ce08ed3b6..4989d9409 100755 --- a/stella/configure +++ b/stella/configure @@ -316,11 +316,11 @@ for ac_option in $@; do --mandir=*) _mandir=`echo $ac_option | cut -d '=' -f 2` ;; - *) - echo "error: unrecognised option: $ac_option -Try \`$0 --help' for more information." >&2 - exit 1 - ;; +# *) +# echo "error: unrecognised option: $ac_option +#Try \`$0 --help' for more information." >&2 +# exit 1 +# ;; esac; done;