aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e051cb6cfe..ce4ea18a29 100644
--- a/configure.in
+++ b/configure.in
@@ -2268,7 +2268,7 @@ AS_CASE("$enable_shared", [yes], [
fi
AS_CASE(["$target_os"],
- [freebsd*], ,
+ [freebsd*|dragonfly*], [],
[
if test "$GCC" = yes; then
RUBY_TRY_LDFLAGS([-Xlinker --no-undefined], RUBY_APPEND_OPTION(EXTLDFLAGS, [-Xlinker --no-undefined]))