comparison configure @ 31900:275c14fdfd80

Fix documentation language variables in summary output after configure run.
author diego
date Wed, 18 Aug 2010 23:20:23 +0000
parents f48c518b2097
children 6ccc2a358030
comparison
equal deleted inserted replaced
31899:ca216bfc52cf 31900:275c14fdfd80
9489 9489
9490 EOF 9490 EOF
9491 9491
9492 9492
9493 if test "$_mtrr" = yes ; then 9493 if test "$_mtrr" = yes ; then
9494 echo "Please check mtrr settings at /proc/mtrr (see DOCS/HTML/$doc_lang/video.html#mtrr)" 9494 echo "Please check mtrr settings at /proc/mtrr (see DOCS/HTML/$language_doc/video.html#mtrr)"
9495 echo 9495 echo
9496 fi 9496 fi
9497 9497
9498 if ! x86_32; then 9498 if ! x86_32; then
9499 cat <<EOF 9499 cat <<EOF
9516 and linker flags yourself. 9516 and linker flags yourself.
9517 If you used one of these options (except --enable-menu and similar ones that 9517 If you used one of these options (except --enable-menu and similar ones that
9518 turn on internal features) and experience a compilation or linking failure, 9518 turn on internal features) and experience a compilation or linking failure,
9519 make sure you have passed the necessary compiler/linker flags to configure. 9519 make sure you have passed the necessary compiler/linker flags to configure.
9520 9520
9521 If you suspect a bug, please read DOCS/HTML/$doc_lang/bugreports.html. 9521 If you suspect a bug, please read DOCS/HTML/$language_doc/bugreports.html.
9522 9522
9523 EOF 9523 EOF
9524 9524
9525 if test "$warn_cflags" = yes; then 9525 if test "$warn_cflags" = yes; then
9526 cat <<EOF 9526 cat <<EOF