case "$host_os" in
linux* | gnu*)
{ echo "configure: error:
-*** You must compile with support for the static library since the
-*** shared library uses it. Restart configure without this parameter." 1>&2; exit 1; }
+*** You must compile with support for the static library since the shared
+*** library uses it. Restart configure without `--disable-static'." 1>&2; exit 1; }
;;
*)
;;