From dcbdce5f60ea1c0169e77ee0da2ae9f895a7238f Mon Sep 17 00:00:00 2001 From: anuragagarwal561994 Date: Fri, 19 Aug 2016 01:16:42 +0530 Subject: [PATCH] Fixes a typo in PAM found status message --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cea56f54..b8dd8bff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,7 +127,7 @@ if (${ONION_USE_PAM}) find_package(PAM) if (PAM_FOUND) set(PAM_ENABLED true) - message(STATUS "PAM support is compiled in in handlers.") + message(STATUS "PAM support is compiled in handlers.") else (PAM_FOUND) message("No PAM support.") endif (PAM_FOUND)