1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-04 01:23:45 +03:00
Files
mariadb/cmake
Sergei Golubchik 18cdff6765 MDEV-10293 'setupterm' was not declared in this scope
Check for readline before checking for curses headers, because
MYSQL_CHECK_READLINE fails when curses is not found, but
CHECK_INCLUDE_FILES simply remembers the fact and continues.  So if
there's no curses, MYSQL_CHECK_READLINE will abort, the user will then
installs curses and continue the build. Thus, CHECK_INCLUDE_HEADERS
will remember that there is no curses, but other checks from
MYSQL_CHECK_READLINE will remember that curses are there. It will
result in inconsistent HAVE_xxx defines.
2016-12-05 14:27:45 +01:00
..
2014-12-19 11:35:44 +01:00
2016-10-27 19:45:44 +00:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2013-05-07 13:05:09 +02:00
2014-02-19 21:40:20 +01:00
2013-05-07 13:05:09 +02:00
2011-07-16 09:09:01 +02:00
2016-02-15 12:51:35 +01:00
2016-10-27 19:45:44 +00:00
2015-06-02 22:07:47 +02:00
2013-07-16 19:09:54 +02:00
2015-06-02 22:07:47 +02:00
2014-01-06 10:52:35 +05:30