# # # patch "m4/numeric_vocab.m4" # from [7472e0bb3f49936e0c1e99fd56f374cd3592a97c] # to [e480ef0a060dfa04bd88b5bf879ccf628f844e25] # ============================================================ --- m4/numeric_vocab.m4 7472e0bb3f49936e0c1e99fd56f374cd3592a97c +++ m4/numeric_vocab.m4 e480ef0a060dfa04bd88b5bf879ccf628f844e25 @@ -111,9 +111,11 @@ fi fi # If we didn't get an s64 type, try long long. -MTN_CHOOSE_USE_OF_TYPE([long long], [unsigned long long]) -if test "$mtn_s64_type" = unknown -then AC_MSG_ERROR([*** no signed 64-bit type found]) +if test "$mtn_s64_type" = unknown; then + MTN_CHOOSE_USE_OF_TYPE([long long], [unsigned long long]) + if test "$mtn_s64_type" = unknown + then AC_MSG_ERROR([*** no signed 64-bit type found]) + fi fi AC_DEFINE_UNQUOTED([TYPE_S8], [$mtn_s8_type], [Type to use for `s8'.])