# # # patch "m4/botan.m4" # from [e9cd9dc87a81965e626353055f6c58c86a63d947] # to [5fc9fe115ddccc41d66982627901129ec891ce94] # ============================================================ --- m4/botan.m4 e9cd9dc87a81965e626353055f6c58c86a63d947 +++ m4/botan.m4 5fc9fe115ddccc41d66982627901129ec891ce94 @@ -1,6 +1,6 @@ # Currently we accept botan version 1.7.8 and newer, limited to the # development branch 1.7, emitting a warning if the found botan is -# newer than 1.7.17. +# newer than 1.7.18. AC_DEFUN([MTN_FIND_BOTAN], [ @@ -38,7 +38,7 @@ AC_DEFUN([MTN_FIND_BOTAN], AC_PREPROC_IFELSE([ #include -#if BOTAN_VERSION_CODE > BOTAN_VERSION_CODE_FOR(1,7,17) +#if BOTAN_VERSION_CODE > BOTAN_VERSION_CODE_FOR(1,7,18) #error "Botan from the future" #endif], [botan_version_match=yes],