File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
MACRO (MYSQL_CHECK_LZO_STATIC )
16
16
17
- CHECK_INCLUDE_FILES (lzo/lzo1x.h HAVE_LZO_H )
18
- CHECK_LIBRARY_EXISTS (liblzo2.a lzo1x_1_compress "" HAVE_LZO_LIB )
17
+ # CHECK_INCLUDE_FILES(lzo/lzo1x.h HAVE_LZO_H)
18
+ # CHECK_LIBRARY_EXISTS(liblzo2.a lzo1x_1_compress "" HAVE_LZO_LIB)
19
19
20
20
IF (HAVE_LZO_LIB AND HAVE_LZO_H )
21
21
ADD_DEFINITIONS (-DHAVE_LZO=1 )
@@ -25,8 +25,8 @@ ENDMACRO()
25
25
26
26
MACRO (MYSQL_CHECK_LZO )
27
27
28
- CHECK_INCLUDE_FILES (lzo/lzo1x.h HAVE_LZO_H )
29
- CHECK_LIBRARY_EXISTS (lzo2 lzo1x_1_compress "" HAVE_LZO_SHARED_LIB )
28
+ # CHECK_INCLUDE_FILES(lzo/lzo1x.h HAVE_LZO_H)
29
+ # CHECK_LIBRARY_EXISTS(lzo2 lzo1x_1_compress "" HAVE_LZO_SHARED_LIB)
30
30
31
31
IF (HAVE_LZO_SHARED_LIB AND HAVE_LZO_H )
32
32
ADD_DEFINITIONS (-DHAVE_LZO=1 )
You can’t perform that action at this time.
0 commit comments