summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorKent Boortz <kent.boortz@sun.com>2010-05-25 10:14:07 +0200
committerKent Boortz <kent.boortz@sun.com>2010-05-25 10:14:07 +0200
commit3dec34f4f71f721652c49e612cb6bc9c53cebefe (patch)
tree64e4a231d069a4c4e30ff3dd4f65a1a7104f4cdb /config.h.cmake
parent447846cf3c96c1e729b32a240acfb3e3caa2618b (diff)
downloadmariadb-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.cmake2
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@