diff options
Diffstat (limited to 'm4/ax_pthread.m4')
-rw-r--r-- | m4/ax_pthread.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/ax_pthread.m4 b/m4/ax_pthread.m4 index 1598d077..2ef79838 100644 --- a/m4/ax_pthread.m4 +++ b/m4/ax_pthread.m4 | |||
@@ -83,6 +83,7 @@ | |||
83 | # modified version of the Autoconf Macro, you may extend this special | 83 | # modified version of the Autoconf Macro, you may extend this special |
84 | # exception to the GPL to apply to your modified version as well. | 84 | # exception to the GPL to apply to your modified version as well. |
85 | 85 | ||
86 | # locally patched for autoconf 2.70 compatibility | ||
86 | #serial 27 | 87 | #serial 27 |
87 | 88 | ||
88 | AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD]) | 89 | AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD]) |
@@ -386,7 +387,7 @@ if test "x$ax_pthread_clang" = "xyes"; then | |||
386 | # step | 387 | # step |
387 | ax_pthread_save_ac_link="$ac_link" | 388 | ax_pthread_save_ac_link="$ac_link" |
388 | ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g' | 389 | ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g' |
389 | ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"` | 390 | ax_pthread_link_step=`AS_ECHO(["$ac_link"]) | sed "$ax_pthread_sed"` |
390 | ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)" | 391 | ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)" |
391 | ax_pthread_save_CFLAGS="$CFLAGS" | 392 | ax_pthread_save_CFLAGS="$CFLAGS" |
392 | for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do | 393 | for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do |