summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7c527663..dfbd9bc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,6 +235,10 @@ else
AC_MSG_RESULT([yes])
need_libatomic_ops=no
;;
+ *-freebsd*)
+ AC_MSG_RESULT([yes])
+ need_libatomic_ops=no
+ ;;
*)
AC_MSG_RESULT([unknown])
;;