summaryrefslogtreecommitdiff
path: root/m4/ax_blas.m4
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-09-24 10:53:28 +0200
committerPeter Simons <simons@cryp.to>2010-09-24 20:33:02 +0200
commit851ec7d0cadd438aa2af29579934995589205088 (patch)
tree980646ffb487839f0a7d9952cd1f2cc6ca1c3fa8 /m4/ax_blas.m4
parent97bd5565edb43590ea0e274f9079efb79fe9b170 (diff)
downloadautoconf-archive-851ec7d0cadd438aa2af29579934995589205088.tar.gz
replace SP{8}TAB by TABTAB
Diffstat (limited to 'm4/ax_blas.m4')
-rw-r--r--m4/ax_blas.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_blas.m4 b/m4/ax_blas.m4
index c5e545e..ace44a7 100644
--- a/m4/ax_blas.m4
+++ b/m4/ax_blas.m4
@@ -153,7 +153,7 @@ if test $ax_blas_ok = no; then
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="-xlic_lib=sunperf -lsunmath"
ax_blas_ok=yes],[],[-lsunmath])])
fi
fi