pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-19
2002-11-19 12:26:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>
37e9f1ce96c3f891c387e9d227ebf975aa4ceb3c (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Added USE_VALGRIND.
Rev: src/acconfig.h:1.108
Rev: src/configure.in:1.642
1:
-
AC_REVISION("$Id: configure.in,v 1.
641
2002/11/
18
19:
01
:
35
marcus
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
642
2002/11/
19
12
:
26
:
47
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1344:
if test "x$with_valgrind" = "xno"; then VALGRIND="" else
-
# FIXME: Ugly hardcoding...
-
VALGRIND="
LD_PRELOAD=/lib/libpthread.so.0:/lib/libm.so.6:/lib/libc.so.6
$with_valgrind"
+
VALGRIND="$with_valgrind"
+
AC_DEFINE(USE_VALGRIND)
fi export VALGRIND AC_SUBST(VALGRIND)
2269:
winsock.h sys/ioct.h sys/socket.h malloc.h netinet/in.h sys/wait.h winbase.h \ grp.h pwd.h passwd.h group.h winsock2.h signal.h sys/file.h poll.h sys/poll.h \ socket.h ieeefp.h fp_class.h floatingpoint.h sys/priocntl.h sys/sched.h \
-
windows.h float.h errno.h stddef.h mmx.h sys/termio.h sys/termios.h)
+
windows.h float.h errno.h stddef.h mmx.h sys/termio.h sys/termios.h
valgrind.h
)
# some Linux systems have a broken resource.h that compiles anyway /Mirar AC_MSG_CHECKING([for sys/resource.h])