• Joerg Bruehe's avatar
    Fix a "configure" syntax error. · b1f39622
    Joerg Bruehe authored
    It had been introduced with the patch for bug entry 37098
    and affected runs "--without-server" only.
    
    
    configure.in:
      The conditional "BUILD_INNODB_TOOLS" is set depending on
      whether InnoDB is configured in the build,
      but that check is done only when building the server.
      
      For builds without the server it must also be set,
      or else "configure" reports an error.
      Set it to "false" in such builds, as this conditional
      only affects a tool that is useless in client installations.
    b1f39622
configure.in 94.4 KB