From 0439ea13d4b410601c56f049471d4170e732e50f Mon Sep 17 00:00:00 2001
From: Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>
Date: Wed, 29 Apr 2015 12:36:34 -0400
Subject: [PATCH] build: Fix invalid logic introduced in commit 559c22e

Refs #71858
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d59dfacb..34d0f6a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -381,7 +381,7 @@ SET( libringclient_extra_LIB_HDRS
   src/typedefs.h
 )
 
-IF(${ENABLE_LIBWRAP} MATCHES false)
+IF(${ENABLE_LIBWRAP} MATCHES true)
    # done this way because of bug in cmake 2.8
    # (not necessary in 3.0+)
 ELSE()
-- 
GitLab