From 908c3d5b5ab4623951d14add3af5708c429aeb29 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 3 Jun 1999 23:30:32 +0000 Subject: Update. * configure.in: Few changes for HPUX. --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index b675069f4f..17ac906610 100644 --- a/configure.in +++ b/configure.in @@ -264,6 +264,8 @@ irix6*) base_os=unix/sysv/irix6/$os ;; solaris[2-9]*) base_os=unix/sysv/sysv4 ;; +hpux*) + base_os=unix/sysv/hpux/$os ;; none) base_os=standalone ;; *) @@ -656,10 +658,10 @@ fi AC_CACHE_CHECK(for assembler global-symbol directive, libc_cv_asm_global_directive, [dnl libc_cv_asm_global_directive=UNKNOWN -for ac_globl in .globl .global; do +for ac_globl in .globl .global .EXPORT; do cat > conftest.s </dev/null; then -- cgit v1.2.1