summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Schwehr <schwehr@google.com>2021-01-15 13:11:27 -0800
committerKurt Schwehr <schwehr@google.com>2021-01-15 13:11:27 -0800
commite06e47bf7aa0a058f8795009ea5d59c4267da694 (patch)
tree123551e7714a92d4b7e5702c5814f35aca56fcab
parente8ef83ee051b8da992b6f259f945b1c973987a5a (diff)
downloadlibtiff-git-e06e47bf7aa0a058f8795009ea5d59c4267da694.tar.gz
CMakeLists.txt: Remove search for lfind
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef764968..10799493 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -420,7 +420,6 @@ check_symbol_exists(strtoll "stdlib.h" HAVE_STRTOLL)
check_symbol_exists(strtoul "stdlib.h" HAVE_STRTOUL)
check_symbol_exists(strtoull "stdlib.h" HAVE_STRTOULL)
check_symbol_exists(getopt "unistd.h;stdio.h" HAVE_GETOPT)
-check_symbol_exists(lfind "search.h" HAVE_LFIND)
if(NOT HAVE_SNPRINTF)
add_definitions(-DNEED_LIBPORT)