changeset 402:943248245f32

[gaim-migrate @ 412] what does -d do? committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 14 Jun 2000 01:24:02 +0000
parents 7c74e2f579b5
children d6f02d7f78d8
files configure.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Jun 12 22:02:50 2000 +0000
+++ b/configure.in	Wed Jun 14 01:24:02 2000 +0000
@@ -44,7 +44,9 @@
 LIBFAIM_DO=""
 
 if test "$enable_debug" = yes ; then
-	CFLAGS="$CFLAGS -Wall -d -g"
+dnl	someone please tell me what -d does
+dnl	CFLAGS="$CFLAGS -Wall -d -g"
+	CFLAGS="$CFLAGS -Wall -g"
 	AC_DEFINE(DEBUG)
 fi