pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-20
2001-01-20 23:24:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0b620aac1896f7c639f1222f9365998a29bd7c10 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix for FreeBSD.
Rev: src/configure.in:1.460
1:
-
AC_REVISION("$Id: configure.in,v 1.
459
2001/01/20
20
:
41
:
14
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
460
2001/01/20
23
:
24
:
09
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
656:
AC_ARG_WITH(threads, [ --without-threads no threads support],[],[ case "x$pike_cv_sys_os" in xFreeBSD*)
-
if test "`uname -r|sed -e 's/\([0-9]*\).*/\1/'`" -lt 4; then
+
if test "`uname -r|sed -e 's/\([
[
0-9]
]
*\).*/\1/'`" -lt 4; then
AC_MSG_WARN([ FreeBSD <= 3.x detected, disabling threads. Use --with-threads to force threads support.