| 88 |
|
|
| 89 |
SET(PCRE_SUPPORT_LIBBZ2 OFF CACHE BOOL |
SET(PCRE_SUPPORT_LIBBZ2 OFF CACHE BOOL |
| 90 |
"Enable support for linking pcregrep with libbz2.") |
"Enable support for linking pcregrep with libbz2.") |
| 91 |
|
|
| 92 |
SET (PCRE_SUPPORT_LIBZ OFF CACHE BOOL |
SET (PCRE_SUPPORT_LIBZ OFF CACHE BOOL |
| 93 |
"Enable support for linking pcregrep with libz.") |
"Enable support for linking pcregrep with libz.") |
| 94 |
|
|
| 95 |
SET (PCRE_SUPPORT_LIBREADLINE OFF CACHE BOOL |
SET (PCRE_SUPPORT_LIBREADLINE OFF CACHE BOOL |
| 96 |
"Enable support for linking pcretest with libreadline.") |
"Enable support for linking pcretest with libreadline.") |
| 97 |
|
|
| 98 |
# Prepare build configuration |
# Prepare build configuration |
| 99 |
|
|
| 148 |
IF(PCRE_SUPPORT_LIBBZ2) |
IF(PCRE_SUPPORT_LIBBZ2) |
| 149 |
SET(SUPPORT_LIBBZ2 1) |
SET(SUPPORT_LIBBZ2 1) |
| 150 |
SET(PCREGREP_LIBS ${PCREGREP_LIBS} bz2) |
SET(PCREGREP_LIBS ${PCREGREP_LIBS} bz2) |
| 151 |
ENDIF(PCRE_SUPPORT_LIBBZ2) |
ENDIF(PCRE_SUPPORT_LIBBZ2) |
| 152 |
|
|
| 153 |
SET(NEWLINE "") |
SET(NEWLINE "") |
| 154 |
|
|