From e6728c3cf1aba59be795df3808661c37ca989373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Miguel=20Biete=20Ba=C3=B1on?= Date: Sun, 19 Jan 2014 15:29:43 +0100 Subject: [PATCH] Link against libldap_r only - Issue #13 --- extconf.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/extconf.rb b/extconf.rb index 9df2349..09b52b4 100755 --- a/extconf.rb +++ b/extconf.rb @@ -186,7 +186,6 @@ def ldap_with_config(arg, default = nil) $libnsl = ldap_with_config("libnsl", "nsl") $liblber = ldap_with_config("liblber", "lber") $libldap_r = ldap_with_config("libldap_r", "ldap_r") - $libldap = ldap_with_config("libldap", "ldap") end if( $use_wldap32 )