pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-03
2000-02-03 12:58:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
cd5748f940ef71d1d06b55090b350475188d3e32 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed more typos.
Rev: src/configure.in:1.343
1:
-
AC_REVISION("$Id: configure.in,v 1.
342
2000/02/03 12:
55
:
44
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
343
2000/02/03 12:
58
:
06
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
444:
AC_ARG_WITH(threads, [ --without-threads no threads support],[],[ case "x$pike_cv_sys_os" in xFreeBSD*)
-
if
[
"`uname -r`" -gt 3
]
; then
+
if
test
"`uname -r`" -gt 3; then
AC_MSG_WARN([ FreeBSD <= 3.x detected, disabling threads. Use --with-threads to force threads support.
461:
;; esac
-
if
[
"x${with_threads-}" = x
]
; then
+
if
test
"x${with_threads-}" = x; then
with_threads=yes fi ])