diff configure.ac @ 2541:8229710b343b

[gaim-migrate @ 2554] fun stuff. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 18 Oct 2001 20:56:59 +0000
parents 42e8c40247f5
children cc0b447f90e0
line wrap: on
line diff
--- a/configure.ac	Thu Oct 18 19:55:19 2001 +0000
+++ b/configure.ac	Thu Oct 18 20:56:59 2001 +0000
@@ -100,7 +100,7 @@
 AC_ARG_WITH(krb4,      [  --with-krb4=PREFIX      Compile Zephyr plugin with Kerberos 4 support],kerberos="$withval",kerberos="no")
 
 if test "$enable_debug" = yes ; then
-	CFLAGS="$CFLAGS -Wall -g"
+	CFLAGS="$CFLAGS -Wall -g3"
 	AC_DEFINE(DEBUG)
 fi