Correct typo in include_dirs

This commit is contained in:
stroeder 2015-06-21 17:50:43 +00:00
parent 533736d296
commit d4b2cfa22b
1 changed files with 2 additions and 2 deletions

View File

@ -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