From 887cbbdbed140808f0ec0faf5f7e7ecd4eccb7af Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 30 May 2005 09:46:57 +0000 Subject: Joerg Sonnenberger: 21252: Dragonfly BSD support --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index da38620d0..b209c76da 100644 --- a/configure.ac +++ b/configure.ac @@ -2172,7 +2172,7 @@ char *argv[]; esac fi case "$host_os" in - freebsd*|linux*|irix*|osf*|gnu*) DLLDFLAGS="${DLLDFLAGS=-shared}" ;; + freebsd*|linux*|irix*|osf*|gnu*|dragonfly*) DLLDFLAGS="${DLLDFLAGS=-shared}" ;; sunos*) DLLDFLAGS="${DLLDFLAGS=-assert nodefinitions}" ;; sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G $ldflags}" ;; netbsd*) DLLDFLAGS="${DLLDFLAGS=${DLLDARG}-x -shared --whole-archive}" ;; -- cgit 1.4.1