diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 349956756..b8cc67a82 100644 --- a/configure.in +++ b/configure.in @@ -725,6 +725,7 @@ cat >g10defs.tmp <<G10EOF #endif #endif G10EOF +cat mpi/mpi-asm-defs.h >>g10defs.tmp if cmp -s g10defs.h g10defs.tmp 2>/dev/null; then echo "g10defs.h is unchanged" rm -f g10defs.tmp |