diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-11-07 14:55:48 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-11-07 14:55:48 +0100 |
commit | 11ed214b69f38853dac3a05abc353079eaf2eece (patch) | |
tree | c5cb482e8d0fe2b4e6ee0945551139a34549ef71 /configure.ac | |
parent | d4e5e92e4881259c86789f39a7034fff8822365e (diff) |
guess NSS SONAME on freebsd
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1303 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4800f00..e71badc 100644 --- a/configure.ac +++ b/configure.ac @@ -227,6 +227,7 @@ if test "x$NSS_LDAP_SONAME" = "xauto" then case "$target_os" in solaris*) NSS_LDAP_SONAME="nss_ldap.so.1" ;; + freebsd*) NSS_LDAP_SONAME="nss_ldap.so" ;; *) NSS_LDAP_SONAME="libnss_ldap.so.2" ;; esac fi |