Skip to content

Commit

Permalink
Correct typo in include_dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Jun 21, 2015
1 parent 533736d commit d4b2cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 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
[_ldap]

# 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
Expand Down

0 comments on commit d4b2cfa

Please sign in to comment.