ax_pthread.m4 | ax_pthread.m4 | |||
---|---|---|---|---|
skipping to change at line 85 | skipping to change at line 85 | |||
# need not follow the terms of the GNU General Public License when using | # need not follow the terms of the GNU General Public License when using | |||
# or distributing such scripts, even though portions of the text of the | # or distributing such scripts, even though portions of the text of the | |||
# Macro appear in them. The GNU General Public License (GPL) does govern | # Macro appear in them. The GNU General Public License (GPL) does govern | |||
# all other use of the material that constitutes the Autoconf Macro. | # all other use of the material that constitutes the Autoconf Macro. | |||
# | # | |||
# This special exception to the GPL applies to versions of the Autoconf | # This special exception to the GPL applies to versions of the Autoconf | |||
# Macro released by the Autoconf Archive. When you make and distribute a | # Macro released by the Autoconf Archive. When you make and distribute a | |||
# modified version of the Autoconf Macro, you may extend this special | # modified version of the Autoconf Macro, you may extend this special | |||
# exception to the GPL to apply to your modified version as well. | # exception to the GPL to apply to your modified version as well. | |||
#serial 18 | #serial 19 | |||
AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD]) | AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD]) | |||
AC_DEFUN([AX_PTHREAD], [ | AC_DEFUN([AX_PTHREAD], [ | |||
AC_REQUIRE([AC_CANONICAL_HOST]) | AC_REQUIRE([AC_CANONICAL_HOST]) | |||
AC_LANG_PUSH([C]) | AC_LANG_PUSH([C]) | |||
ax_pthread_ok=no | ax_pthread_ok=no | |||
# We used to check for pthread.h first, but this fails if pthread.h | # We used to check for pthread.h first, but this fails if pthread.h | |||
# requires special compiler flags (e.g. on True64 or Sequent). | # requires special compiler flags (e.g. on True64 or Sequent). | |||
# It gets checked for in the link test anyway. | # It gets checked for in the link test anyway. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |