From 25645bfe7b50ff62308cc42c8247446d29c3d2d2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 6 Nov 2007 16:27:58 +0100 Subject: r25878: Fix syntax error. (This used to be commit ffe5a10867a2d2e5eb51c84331fff130e996eda8) --- source4/build/m4/check_ld.m4 | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/build') diff --git a/source4/build/m4/check_ld.m4 b/source4/build/m4/check_ld.m4 index 15af978dc9..4af38cf888 100644 --- a/source4/build/m4/check_ld.m4 +++ b/source4/build/m4/check_ld.m4 @@ -78,8 +78,6 @@ case "$host_os" in ;; *hpux*) # Use special PIC flags for the native HP-UX compiler. - if test $ac_cv_prog_cc_Ae = yes; then - fi BLDSHARED="true" # I hope this is correct if test "$host_cpu" = "ia64"; then LDFLAGS="$LDFLAGS -Wl,-E,+b/usr/local/lib/hpux32:/usr/lib/hpux32" -- cgit