diff --git a/configure.ac b/configure.ac index 7c527663f..dfbd9bc0a 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]) ;;