diff options
author | unknown <lenz@mysql.com> | 2003-09-12 12:42:34 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-09-12 12:42:34 +0200 |
commit | f61743dea88b0581a12a0f1db673ea3ef3e699c5 (patch) | |
tree | aa764437ec69be153252826ff2bde43aaa638f93 /strings | |
parent | 4d2d0eb5d8b39c3d892b3ca365497aa4a16115e1 (diff) | |
download | mariadb-git-f61743dea88b0581a12a0f1db673ea3ef3e699c5.tar.gz |
Portability fixes:
- removed "-traditional-cpp" from the darwin6 compile flags, as it broke
compilation with gcc-3.3 on Mac OS X and does not seem to be required
in general.
- make sure to link libmysqld/examples/mysqltest.c with a C++ compiler,
as the embedded server library (libmysqld.a) includes C++ code. This
broke compilation with non-gcc compilers.
configure.in:
- removed "-traditional-cpp" from the darwin6 compile flags, as it broke
compilation with gcc-3.3 and does not seem to be required in general.
libmysqld/examples/Makefile.am:
- make sure to link mysqltest.c with a C++ compiler, as the embedded server
library (libmysqld.a) includes C++ code.
Diffstat (limited to 'strings')
0 files changed, 0 insertions, 0 deletions