changeset 7273:7e58655dbe23

[project @ 2007-12-10 07:33:20 by jwe]
author jwe
date Mon, 10 Dec 2007 07:33:20 +0000
parents 05ee52d7fad6
children 44fdc33e5207
files ChangeLog acx_blas.m4
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Dec 10 07:06:01 2007 +0000
+++ b/ChangeLog	Mon Dec 10 07:33:20 2007 +0000
@@ -1,3 +1,8 @@
+2007-12-10  John W. Eaton  <jwe@octave.org>
+
+	* acx_blas.m4: Use -lsunperf, not -xlic_lib=sunperf.
+	From Jim Langston <Jim.Langston@Sun.COM>.
+
 2007-12-06  John W. Eaton  <jwe@octave.org>
 
 	* configure.in (*-*-darwin*): Only set CPICFLAG, CXXPICFLAG, and
--- a/acx_blas.m4	Mon Dec 10 07:06:01 2007 +0000
+++ b/acx_blas.m4	Mon Dec 10 07:33:20 2007 +0000
@@ -125,7 +125,7 @@
 	if test "x$GCC" != xyes; then # only works with Sun CC
 		AC_CHECK_LIB(sunmath, acosp,
 			[AC_CHECK_LIB(sunperf, $sgemm,
-        			[BLAS_LIBS="-xlic_lib=sunperf -lsunmath"
+        			[BLAS_LIBS="-lsunperf -lsunmath"
                                  acx_blas_ok=yes],[],[-lsunmath])])
 	fi
 fi