pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2012-12-29
2012-12-29 18:16:26 by Jonas Walldén <jonasw@roxen.com>
4e69ce4ac5a62ff2879b6e66c0ec10e653f88c83 (
34
lines) (+
19
/-
15
)
[
Show
|
Annotate
]
Branch:
7.9
Various clang-related changes to reduce compile-time warnings.
3933:
xDarwin*) LIBS="${OLDLIBS}"
+
# pthread_init() is not part of public headers though the symbol will be detected
+
# in a link test so we force it off.
+
ac_cv_func_pthread_init="no";
+
# # it would probably be better to create a compilation test should this # behavior change in the future, however for now, we accept this as "good enough"
3948:
pike_cv_osx_threads_dislike_mach=yes ;; esac
-
+
;; *)