comparison configure.in @ 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 7898e110b298
children 53b9bcc735ac
comparison
equal deleted inserted replaced
401:7c74e2f579b5 402:943248245f32
42 AM_CONDITIONAL(PLUGINS, test x$enable_plugins = xyes) 42 AM_CONDITIONAL(PLUGINS, test x$enable_plugins = xyes)
43 43
44 LIBFAIM_DO="" 44 LIBFAIM_DO=""
45 45
46 if test "$enable_debug" = yes ; then 46 if test "$enable_debug" = yes ; then
47 CFLAGS="$CFLAGS -Wall -d -g" 47 dnl someone please tell me what -d does
48 dnl CFLAGS="$CFLAGS -Wall -d -g"
49 CFLAGS="$CFLAGS -Wall -g"
48 AC_DEFINE(DEBUG) 50 AC_DEFINE(DEBUG)
49 fi 51 fi
50 52
51 if test "$enable_oscar" = yes ; then 53 if test "$enable_oscar" = yes ; then
52 CFLAGS="$CFLAGS -I../libfaim/faim" 54 CFLAGS="$CFLAGS -I../libfaim/faim"