Author: jelmer Date: 2007-11-06 16:27:58 +0000 (Tue, 06 Nov 2007) New Revision: 25878
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25878 Log: Fix syntax error. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/build/m4/check_ld.m4 Changeset: Property changes on: branches/SAMBA_4_0 ___________________________________________________________________ Name: bzr:revision-info ...skipped... Name: bzr:revision-id:v3-trunk0 ...skipped... Modified: branches/SAMBA_4_0/source/build/m4/check_ld.m4 =================================================================== --- branches/SAMBA_4_0/source/build/m4/check_ld.m4 2007-11-06 16:23:18 UTC (rev 25877) +++ branches/SAMBA_4_0/source/build/m4/check_ld.m4 2007-11-06 16:27:58 UTC (rev 25878) @@ -78,8 +78,6 @@ ;; *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"
