Wed Sep 3 13:11:43 EDT 2008 Pekka Pessi <first.last@nokia.com>

* configure.ac: added --enable-memleag-log and HAVE_MEMLEAK_LOG



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9417 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-09-03 18:27:14 +00:00
parent 305107818e
commit 9770bd3a12
2 changed files with 10 additions and 1 deletions

View File

@ -1 +1 @@
Thu Aug 14 12:02:14 EDT 2008
Wed Sep 3 14:27:05 EDT 2008

View File

@ -151,6 +151,15 @@ AM_CONDITIONAL([HAVE_NTLM], [test "x$enable_ntlm" = xyes])
AC_DEFINE([HAVE_SRTP], 0, [Define to 1 if we use SRTP])
AC_DEFINE([HAVE_UPNP], 0, [Define to 1 if we use UPnP])
AC_ARG_ENABLE(memleak_log,
[ --enable-memleak-log enable logging of possible memory leaks [[disabled]]],
, enable_memleak_log=no)
if test x$enable_memleak_log = xyes ; then
AC_DEFINE([HAVE_MEMLEAK_LOG], 1, [Define to 1 for memory-leak-related logging])
fi
### checks for header files
### -----------------------
AC_HEADER_STDC