diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-11-03 04:26:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-11-03 04:26:27 +0000 |
commit | a0e3159152f1b71262cca0b22714bf2f791146d8 (patch) | |
tree | 062909d0db76515dd63724e1dbd6c7b91cd83784 /configure | |
parent | d95b0c5e461c48af6d41b31965d37f93cb7c2670 (diff) | |
download | glibc-a0e3159152f1b71262cca0b22714bf2f791146d8.tar.gz glibc-a0e3159152f1b71262cca0b22714bf2f791146d8.tar.xz glibc-a0e3159152f1b71262cca0b22714bf2f791146d8.zip |
* locales/mai_IN: New file. cvs/fedora-glibc-20061103T1610
Provided by Rajesh Ranjan <rajeshkajha@yahoo.com>. * SUPPORTED: Add mai_IN/UTF-8.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/configure b/configure index d19d5d3e73..0f00394f03 100755 --- a/configure +++ b/configure @@ -5629,7 +5629,9 @@ fi echo "$as_me:$LINENO: result: $libc_cv_z_initfirst" >&5 echo "${ECHO_T}$libc_cv_z_initfirst" >&6 - echo "$as_me:$LINENO: checking for -z relro option" >&5 + case "$base_machine" in + i[34567]86 | x86_64 | powerpc* | s390* | sparc* | alpha*) + echo "$as_me:$LINENO: checking for -z relro option" >&5 echo $ECHO_N "checking for -z relro option... $ECHO_C" >&6 if test "${libc_cv_z_relro+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5650,21 +5652,19 @@ else (exit $ac_status); }; } then libc_cv_z_relro=yes - else - case "$base_machine" in - i[34567]86 | x86_64 | powerpc* | s390* | sparc* | alpha*) ;; - *) libc_cv_z_relro="not required" ;; - esac fi fi fi echo "$as_me:$LINENO: result: $libc_cv_z_relro" >&5 echo "${ECHO_T}$libc_cv_z_relro" >&6 - if test "$libc_cv_z_relro" = no; then - { { echo "$as_me:$LINENO: error: linker with -z relro support required" >&5 + if test "$libc_cv_z_relro" = no; then + { { echo "$as_me:$LINENO: error: linker with -z relro support required" >&5 echo "$as_me: error: linker with -z relro support required" >&2;} { (exit 1); exit 1; }; } - fi + fi + ;; + *) ;; + esac echo "$as_me:$LINENO: checking for -Bgroup option" >&5 echo $ECHO_N "checking for -Bgroup option... $ECHO_C" >&6 |