summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 530f0b09bf..7077ea9d30 100755
--- a/configure
+++ b/configure
@@ -3227,8 +3227,11 @@ if test "$_real" = auto ; then
if linux ; then
_real=yes
echores "yes"
+ elif freebsd ; then
+ _real=yes
+ echores "yes"
else
- echores "no (untested on non-linux arch)"
+ echores "no (tested only on Linux and FreeBSD arch)"
fi
else
echores "no (dynamic loader support needed)"