diff options
| -rw-r--r-- | apps/ocspcheck/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ocspcheck/CMakeLists.txt b/apps/ocspcheck/CMakeLists.txt index af245f4..4f89f4e 100644 --- a/apps/ocspcheck/CMakeLists.txt +++ b/apps/ocspcheck/CMakeLists.txt | |||
| @@ -20,7 +20,7 @@ else() | |||
| 20 | set(OCSPCHECK_SRC ${OCSPCHECK_SRC} compat/inet_ntop.c) | 20 | set(OCSPCHECK_SRC ${OCSPCHECK_SRC} compat/inet_ntop.c) |
| 21 | endif() | 21 | endif() |
| 22 | 22 | ||
| 23 | check_function_exists(inet_ntop HAVE_MEMMEM) | 23 | check_function_exists(memmem HAVE_MEMMEM) |
| 24 | if(HAVE_MEMMEM) | 24 | if(HAVE_MEMMEM) |
| 25 | add_definitions(-DHAVE_MEMMEM) | 25 | add_definitions(-DHAVE_MEMMEM) |
| 26 | else() | 26 | else() |
