Commit 5820efb5 authored by Ezio Melotti's avatar Ezio Melotti

Show an error when the value passed to --enable-unicode is not ucs2 or ucs4 (lowercase).

parent 84424f15
......@@ -3682,6 +3682,7 @@ ucs2) unicode_size="2"
ucs4) unicode_size="4"
AC_DEFINE(Py_UNICODE_SIZE,4)
;;
*) AC_MSG_ERROR([invalid value for --enable-unicode. Use either ucs2 or ucs4 (lowercase).]) ;;
esac
AH_TEMPLATE(PY_UNICODE_TYPE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment