From 4aa7d73b43bafad7d1aa2a4e13a74f65a790b3dc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 25 Aug 2009 15:23:28 +0200 Subject: [PATCH] Fix typo. --- ConfigureChecks.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 7454c904..6ccc6070 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -58,7 +58,7 @@ if (UNIX) set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} nsl) endif (HAVE_LIBNSL) # libresolv - check_library_exists(resolve hstrerror "" HAVE_LIBRESOLV) + check_library_exists(resolv hstrerror "" HAVE_LIBRESOLV) if (HAVE_LIBRESOLV) set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} resolv) endif (HAVE_LIBRESOLV)