summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJaroslav Hajek <hajek@hajek.vzlu.local>2010-09-08 10:30:14 +0200
committerPeter Simons <simons@cryp.to>2010-09-15 13:46:01 +0200
commitb1b70b8e6997e05d2ba34ba21f511981adc9b310 (patch)
tree4a9df45a319d7abd53618268d0f054efc9166e0a /m4
parentd69544deb6708a7f6a0a9c6e627c8f37305676b0 (diff)
downloadautoconf-archive-b1b70b8e6997e05d2ba34ba21f511981adc9b310.tar.gz
AX_BLAS_F77_FUNC: fixed a small typo
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_blas_f77_func.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_blas_f77_func.m4 b/m4/ax_blas_f77_func.m4
index eb1b591..2ba0a6d 100644
--- a/m4/ax_blas_f77_func.m4
+++ b/m4/ax_blas_f77_func.m4
@@ -52,7 +52,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 7
+#serial 8
AU_ALIAS([ACX_BLAS_F77_FUNC], [AX_BLAS_F77_FUNC])
AC_DEFUN([AX_BLAS_F77_FUNC], [
@@ -166,7 +166,7 @@ c to have already failed, but just in case, we'll check.
nn(3) = -1
s = sdot(nn(2),a,1,b,1)
if (s .ne. 1.0) stop 1
- ]]),[acx_blas_integer_size_ok=yes],
+ ]]),[ax_blas_integer_size_ok=yes],
[ax_blas_integer_size_ok=no])
AC_MSG_RESULT([$ax_blas_integer_size_ok])