Bug #65898 | aclocal compatibility change | ||
---|---|---|---|
Submitted: | 14 Jul 2012 14:43 | Modified: | 30 Aug 2012 20:44 |
Reporter: | John Anderson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 5.2.40 | OS: | Any (ACLOCAL/autogen.sh) |
Assigned to: | CPU Architecture: | Any | |
Tags: | aclocal, build, compile, configure, Contribution |
[14 Jul 2012 14:43]
John Anderson
[14 Jul 2012 17:09]
Valeriy Kravchuk
Thank you for the problem report and patch contributed. Verified on Mac OS X.
[30 Aug 2012 20:44]
Philip Olson
This was fixed as of 5.2.41, and here's the changelog entry: MySQL Workbench was not compatable with "alocal" versions greater than 1.11.1. Compiling would generate errors related to "AC_RUN_IFELSE" usage, as opposed to the preferred "AC_LANG_SOURCE". Thank you for the report.