Disable --enable-memory-profiling since it does not compile.

This commit is contained in:
riccardom 2009-10-16 20:12:40 +00:00
parent e1424ba86c
commit 72b3c8d375
1 changed files with 4 additions and 4 deletions

View File

@ -311,10 +311,10 @@ AC_ARG_ENABLE(dma-debug,
AC_HELP_STRING(--enable-dma-debug, enable dma debug information),
AC_DEFINE(DMADEBUG))
dnl - Enable memory profiling
AC_ARG_ENABLE(memory-profiling,
AC_HELP_STRING(--enable-memory-profiling, enable memory profiling information),
AC_DEFINE(PROFILE_MEMORY_ACCESS))
dnl - Enable memory profiling (disabled)
dnl - AC_ARG_ENABLE(memory-profiling,
dnl - AC_HELP_STRING(--enable-memory-profiling, enable memory profiling information),
dnl - AC_DEFINE(PROFILE_MEMORY_ACCESS))
dnl -- set maintainer mode
AM_MAINTAINER_MODE