# HG changeset patch # User Rik # Date 1424619774 28800 # Node ID ced2313b8d56b8d7ae91e4467698e5a487fed95a # Parent 4569903d6c5a4ed99938d80a32b4c94efa1b1945 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. diff -r 4569903d6c5a -r ced2313b8d56 m4/ax_openmp.m4 --- a/m4/ax_openmp.m4 Sat Feb 21 11:32:30 2015 +0100 +++ b/m4/ax_openmp.m4 Sun Feb 22 07:42:54 2015 -0800 @@ -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