pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-05-01
2000-05-01 18:16:46 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
554dfdf2370e851cab5262850d354659c4caa696 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for --with-pg
Rev: src/configure.in:1.370
1:
-
AC_REVISION("$Id: configure.in,v 1.
369
2000/05/01 16:
34:59
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
370
2000/05/01
18:
16:
46
hubbe
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
503:
AC_ARG_WITH(dmalloc, [ --with-dmalloc enable memory-leak tests],[AC_DEFINE(DEBUG_MALLOC,10)],[]) AC_ARG_WITH(checker, [ --with-checker add extra memory checking overhead (Purify)]) AC_ARG_WITH(profiling, [ --with-profiling add code used to profile pike code ],[AC_DEFINE(PROFILING)],[])
-
AC_ARG_WITH(
c_profiling
, [ --with-pg Use the gcc -pg option],
+
AC_ARG_WITH(
pg
,
[ --with-pg Use the gcc -pg option],
[
-
if "x$with_
c_profiling
" = xyes; then
+
if
test
"x$with_
pg
" = xyes; then
PROFIL=-pg else PROFIL=