pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:01 by Jonas Walldén <jonasw@roxen.com>
0963313f14a5dfc26d1b866001cf3b2625fac0f3 (
34
lines) (+
19
/-
15
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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
-
+
;; *)