X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=blobdiff_plain;f=configure;h=5301b1485560ec40e584bb7e98af5bc192aa7e3b;hp=68d4e14dafe7fc7e83e9a76a61c022ac76141d10;hb=e6e01894c15df6ead3086e148f52a10688bc8276;hpb=b73fc226f016207b93baba150496b9e5c6899e13 diff --git a/configure b/configure index 68d4e14daf..5301b14855 100755 --- a/configure +++ b/configure @@ -2560,8 +2560,8 @@ fi if test $static = no && test $shared = yes; then 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; } + { 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; } ;; *) ;;