From: Arran Cudbard-Bell Date: Sun, 21 Jun 2015 19:56:08 +0000 (-0400) Subject: Now handled by the build system... X-Git-Tag: release_3_0_9~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b248bb35e558c6e3afc424f481ee3d1a4c0606c;p=thirdparty%2Ffreeradius-server.git Now handled by the build system... --- diff --git a/src/modules/rlm_ldap/sasl.c b/src/modules/rlm_ldap/sasl.c index be1764c0949..b6733852b50 100644 --- a/src/modules/rlm_ldap/sasl.c +++ b/src/modules/rlm_ldap/sasl.c @@ -16,7 +16,6 @@ #include "ldap.h" -#ifdef HAVE_LDAP_SASL_INTERACTIVE_BIND /** * $Id$ * @file sasl.c @@ -174,4 +173,3 @@ done: return status; } -#endif /* HAVE_LDAP_SASL_INTERACTIVE_BIND */