aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2010-01-04 19:52:53 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2010-01-04 19:52:53 +0000
commitfe7314e0cc74268d3736d93bf23f1fe9633eb9ca (patch)
tree0a6d4183aa36c74e7e4c2dc1259af3227c1d9275 /m4
parentd2fcbba230d222d6419c89a20e9f7bf711e10b6b (diff)
downloadprotobuf-fe7314e0cc74268d3736d93bf23f1fe9633eb9ca.tar.gz
protobuf-fe7314e0cc74268d3736d93bf23f1fe9633eb9ca.tar.bz2
protobuf-fe7314e0cc74268d3736d93bf23f1fe9633eb9ca.zip
Another Sun Studio fix from Monty Taylor.
Diffstat (limited to 'm4')
-rw-r--r--m4/acx_check_suncc.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/m4/acx_check_suncc.m4 b/m4/acx_check_suncc.m4
index 5bf72d3c..4e8f9610 100644
--- a/m4/acx_check_suncc.m4
+++ b/m4/acx_check_suncc.m4
@@ -42,10 +42,6 @@ AC_DEFUN([ACX_CHECK_SUNCC],[
AS_IF([test "x$ac_enable_64bit" = "xyes"],[
- AS_IF([test "x${ac_cv_env_LDFLAGS_set}" = "x"],[
- LDFLAGS="-L/usr/local/lib/${isainfo_k} ${LDFLAGS}"
- ])
-
AS_IF([test "x$libdir" = "x\${exec_prefix}/lib"],[
dnl The user hasn't overridden the default libdir, so we'll
dnl the dir suffix to match solaris 32/64-bit policy