From d4b2cfa22b7316305c15d6f50acd7754ecb59e00 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sun, 21 Jun 2015 17:50:43 +0000 Subject: [PATCH] Correct typo in include_dirs --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1ea653a..aa23527 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # Example for setup.cfg # You have to edit this file to reflect your system configuation # -# $Id: setup.cfg,v 1.31 2015/06/21 11:37:11 stroeder Exp $ +# $Id: setup.cfg,v 1.32 2015/06/21 17:50:43 stroeder Exp $ # Section for compiling the C extension module # for wrapping OpenLDAP 2 libs @@ -9,7 +9,7 @@ # Define extra include and library dirs if needed library_dirs = /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64 -include_dirs = /usr/include /usr/include/sasl /usr/local/include /usr/include/local/sasl +include_dirs = /usr/include /usr/include/sasl /usr/local/include /usr/local/include/sasl # These defines needs OpenLDAP built with # ./configure --with-cyrus-sasl --with-tls