summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-11-14 03:28:03 +0000
committerGerald Carter <jerry@samba.org>2003-11-14 03:28:03 +0000
commit36558f8f2bc34bdcff2c0e6602ea065b16aa9e21 (patch)
tree6cda24f6914364ff2806e17bbfed9f1c96b9815c /source3/configure.in
parent281e293331f20d9341ebaf555f10ef339952048c (diff)
downloadsamba-36558f8f2bc34bdcff2c0e6602ea065b16aa9e21.tar.gz
samba-36558f8f2bc34bdcff2c0e6602ea065b16aa9e21.tar.bz2
samba-36558f8f2bc34bdcff2c0e6602ea065b16aa9e21.zip
fix more memory leaks in the LDAP backend code; patches from metze
(This used to be commit e079c8842a24ff4f50483bea8ca6b11db4b2dc99)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index e14ea29050..6a9a8f0f15 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -166,7 +166,6 @@ AC_SUBST(EXTRA_ALL_TARGETS)
AC_ARG_ENABLE(debug,
[ --enable-debug Turn on compiler debugging information (default=no)],
[if eval "test x$enable_debug = xyes"; then
- echo "DEBUGGING TURNED ON!!!!"
CFLAGS="${CFLAGS} -g"
fi])
@@ -1635,7 +1634,6 @@ dnl AC_CACHE_CHECK([for working iconv],samba_cv_HAVE_NATIVE_ICONV,[
default_dos_charset=no
default_display_charset=no
default_unix_charset=no
- echo
# check for default dos charset name
for j in CP850 IBM850 ; do