diff options
author | François Tigeot <ftigeot@wolfpond.org> | 2012-05-05 13:12:10 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-05-05 07:39:15 -0700 |
commit | dd6f110c4568dc0922bae47530906b01396e2d41 (patch) | |
tree | 3ce5e34750542c505e1fd422fb94b44ebaca940f | |
parent | da5ccb256acf6cbb817d68499e0d9f533f750628 (diff) |
Recognize DragonFly as a BSD system.
This patch has actually been present for more than 4 years in the
pkgsrc tree.
Originally-from: Jörg Sonnenberger
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4245955..7555b44 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,7 @@ case $host_os in IS_LINUX="yes" ;; - freebsd* | kfreebsd-gnu* | netbsd* | openbsd*) + freebsd* | kfreebsd-gnu* | netbsd* | openbsd* | dragonfly*) IS_BSD="yes" ;; |