aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c9c4754c..68270004 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,10 +65,10 @@ AC_CHECK_HEADERS([sys/sysctl.h sys/select.h])
65LT_PREREQ([2.2]) 65LT_PREREQ([2.2])
66LT_INIT([disable-static]) 66LT_INIT([disable-static])
67 67
68dnl pthread-stubs is mandatory on BSD platforms, due to the nature of the 68dnl pthread-stubs is mandatory on some BSD platforms, due to the nature of the
69dnl project. Even then there's a notable issue as described in the project README 69dnl project. Even then there's a notable issue as described in the project README
70case "$host_os" in 70case "$host_os" in
71linux* | cygwin* | darwin* | solaris* | *-gnu* | gnu*) 71linux* | cygwin* | darwin* | solaris* | *-gnu* | gnu* | openbsd*)
72 pthread_stubs_possible="no" 72 pthread_stubs_possible="no"
73 ;; 73 ;;
74* ) 74* )