diff options
author | Kent Boortz <kent.boortz@sun.com> | 2010-05-25 10:14:07 +0200 |
---|---|---|
committer | Kent Boortz <kent.boortz@sun.com> | 2010-05-25 10:14:07 +0200 |
commit | 3dec34f4f71f721652c49e612cb6bc9c53cebefe (patch) | |
tree | 64e4a231d069a4c4e30ff3dd4f65a1a7104f4cdb /config.h.cmake | |
parent | 447846cf3c96c1e729b32a240acfb3e3caa2618b (diff) | |
download | mariadb-git-3dec34f4f71f721652c49e612cb6bc9c53cebefe.tar.gz |
configure.cmake
- Reverted a faulty change of MY_SEARCH_LIBS
- Added the proper change for MY_SEARCH_LIBS and HAVE_<libname>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index f93cc18a0bc..3adc7b1e3f5 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -312,7 +312,7 @@ #define SIZEOF_CHARP SIZEOF_LONG #define SIZEOF_SIZE_T SIZEOF_LONG #else -# No indentation, to fetch the lines from verification scripts +/* No indentation, to fetch the lines from verification scripts */ #cmakedefine SIZEOF_LONG @SIZEOF_LONG@ #cmakedefine SIZEOF_VOIDP @SIZEOF_VOIDP@ #cmakedefine SIZEOF_CHARP @SIZEOF_CHARP@ |