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 | b2c4dd80efe3e873f3aa25c8bd83208d213fb7f6 (patch) | |
tree | 64e4a231d069a4c4e30ff3dd4f65a1a7104f4cdb /config.h.cmake | |
parent | 9d83e2a79c55220c00191b8a47118497743f7f66 (diff) | |
download | mariadb-git-b2c4dd80efe3e873f3aa25c8bd83208d213fb7f6.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@ |