Skip to content

Commit

Permalink
m4: Split "fi fi" to single lines.
Browse files Browse the repository at this point in the history
Caused ./configure to fail running mintty/zsh from MSYS2
  • Loading branch information
haaspors committed Sep 1, 2015
1 parent 499da61 commit b544d5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions m4/ax_create_stdint_h.m4
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ if test "_$ac_cv_header_stdint_o" = "_" ; then
AX_CHECK_HEADER_STDINT_U(dnl,
sys/types.h inttypes.h sys/inttypes.h $inttype_headers,
ac_cv_stdint_result="(seen u_int32_t$and64 in $i)")
fi fi
fi
fi
dnl if there was no good C99 header file, do some typedef checks...
if test "_$ac_cv_header_stdint_x" = "_" ; then
Expand Down Expand Up @@ -290,7 +291,8 @@ echo "" >>$ac_stdint
if test "_$ac_header" != "_" ; then if test "$ac_header" != "stddef.h" ; then
echo "#include <$ac_header>" >>$ac_stdint
echo "" >>$ac_stdint
fi fi
fi
fi
echo "/* which 64bit typedef has been found */" >>$ac_stdint
if test "$ac_cv_type_uint64_t" = "yes" ; then
Expand Down

0 comments on commit b544d5d

Please sign in to comment.