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