Mercurial > hg > octave-nkf
changeset 20026:ced2313b8d56
Change AC_PREREQ for ax_openmp.m4 to 2.59, correcting probable typo.
* ax_openmp.m4: Change AC_PREREQ to 2.59 from 2.69.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 22 Feb 2015 07:42:54 -0800 |
parents | 4569903d6c5a |
children | 448ca112a5af |
files | m4/ax_openmp.m4 |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/ax_openmp.m4 +++ b/m4/ax_openmp.m4 @@ -69,7 +69,7 @@ #serial 11 AC_DEFUN([AX_OPENMP], [ -AC_PREREQ([2.69]) dnl for _AC_LANG_PREFIX +AC_PREREQ([2.59]) dnl for _AC_LANG_PREFIX AC_CACHE_CHECK([for OpenMP flag of _AC_LANG compiler], ax_cv_[]_AC_LANG_ABBREV[]_openmp, [save[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS ax_cv_[]_AC_LANG_ABBREV[]_openmp=unknown