]> git.sur5r.net Git - openldap/commitdiff
fix previous commit (ITS#3905)
authorPierangelo Masarati <ando@openldap.org>
Sun, 31 Jul 2005 23:15:08 +0000 (23:15 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 31 Jul 2005 23:15:08 +0000 (23:15 +0000)
clients/tools/common.c

index eff21624067468de7dbfa231aa945b7eec9e590d..c076b9f65ab6f290e7c4efac49b099f2bde2df72 100644 (file)
 #include <ac/unistd.h>
 #include <ac/errno.h>
 
+#ifdef HAVE_CYRUS_SASL
 #ifdef HAVE_SASL_SASL_H
 #include <sasl/sasl.h>
 #else
 #include <sasl.h>
 #endif
+#endif
 
 #include <ldap.h>