diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cd776e0..864d5dc 100644 --- a/configure.ac +++ b/configure.ac @@ -505,7 +505,7 @@ then # do the guessing game case "$target_os" in solaris*) with_nss_flavour=solaris ;; - freebsd*) with_nss_flavour=freebsd ;; + freebsd*|dragonfly*) with_nss_flavour=freebsd ;; *) with_nss_flavour=glibc ;; esac fi |