From d0fec8d06cc2234c8114b51f630466eff9d5f841 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 3 Mar 2005 13:34:35 +0000 Subject: Updated to fedora-glibc-20050302T1820 --- sysdeps/unix/sysv/linux/mips/configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/mips/configure') diff --git a/sysdeps/unix/sysv/linux/mips/configure b/sysdeps/unix/sysv/linux/mips/configure index c081795aa1..4d9568f001 100755 --- a/sysdeps/unix/sysv/linux/mips/configure +++ b/sysdeps/unix/sysv/linux/mips/configure @@ -18,7 +18,7 @@ mips*64*) { echo "$as_me:$LINENO: WARNING: *** asm/unistd.h not found, it will not be pre-processed" >&5 echo "$as_me: WARNING: *** asm/unistd.h not found, it will not be pre-processed" >&2;} echo '#include ' > asm-unistd.h - else + elif grep __NR_N32_open "$asm_unistd_h" > /dev/null; then # The point of this preprocessing is to turn __NR_ into # __NR_N64_, as well as to define __NR_ to # __NR__, if __NR__ is defined @@ -68,6 +68,8 @@ BEGIN { print "#include "; } { print; }' + else + echo '#include ' > asm-unistd.h fi ;; mips*) rm -f asm-unistd.h -- cgit v1.2.3