summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2014-05-04 16:26:31 +0200
committerArthur de Jong <arthur@arthurdejong.org>2014-05-04 23:28:34 +0200
commitd6163e23de9dfe4490c9b06d52e91dc0eb71aec9 (patch)
treedb768ecd60cfe5d429dc41ee9e8ae24e1f0d688d /configure.ac
parentf6f373008a6ddc40233eceb4ece024396f49c746 (diff)
Use FreeBSD lib directory and SONAME on Dragonfly
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 16e9701..96ae06f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -275,7 +275,7 @@ if test "x$PAM_SECLIB_DIR" = "xauto"
then
case "$target_os" in
solaris*) PAM_SECLIB_DIR="/usr/lib/security" ;;
- freebsd*) PAM_SECLIB_DIR="/usr/lib" ;;
+ freebsd*|dragonfly*) PAM_SECLIB_DIR="/usr/lib" ;;
*) PAM_SECLIB_DIR="/lib/security" ;;
esac
fi
@@ -294,7 +294,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.1" ;;
+ freebsd*|dragonfly*) NSS_LDAP_SONAME="nss_ldap.so.1" ;;
*) NSS_LDAP_SONAME="libnss_ldap.so.2" ;;
esac
fi