Skip to content
Snippets Groups Projects
Commit eaf2352c authored by Sergey Kosukhin's avatar Sergey Kosukhin Committed by Thomas Jahns
Browse files

Compatibility with BSD patch in m4/acx_mpich34_hindexed_workaround.m4.

* BSD patch can't output patches to standard output.
parent 39292e5d
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ extern pthread_mutex_t yaksui_atomic_mutex;],
[echo "" >"$acx_yaksa_add_workaround/yaksa_config.h"],
[echo "@%:@define HAVE_C11_ATOMICS 1" >"$acx_yaksa_add_workaround/yaksa_config.h"])
dnl 3. build fixed yaksa_indexed.c
patch -p5 -d "$acx_yaksa_add_workaround" -o - >conftest.c \
patch -p5 -d "$acx_yaksa_add_workaround" -o "$ac_pwd/conftest.c" \
< "$srcdir/config/checkpatch/mpich_3.4_yaksa_hindexed.patch" \
|| { is_affected_mpich=false ; break ; }
AC_COMPILE_IFELSE(,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment