• Vasil Dimov's avatar
    Fix Bug#59327 Fix autoconf usage for innodb_plugin · 7365ef12
    Vasil Dimov authored
    AC_CHECK_FUNCS(f1 f2 f3, ACTION_IF_PRESENT)
    ACTION_IF_PRESENT is executed if any of f1, f2 or f3 is present.
    Fix this misusage, we want the action to be executed if all of the
    functions are present.
    7365ef12
plug.in 5.89 KB