comparison configure.ac @ 7691:76e5f748654e

[gaim-migrate @ 8336] > Maybe we could have a --disable-deprecated flag. --enable-debug does a good job of that. Is that really an inappropriate place for it? committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 02 Dec 2003 04:00:34 +0000
parents 6ae494459c47
children 565369d12874
comparison
equal deleted inserted replaced
7690:f118d4b71a00 7691:76e5f748654e
180 AC_ARG_ENABLE(screensaver, [ --disable-screensaver compile without X screensaver extension],,enable_xss=yes) 180 AC_ARG_ENABLE(screensaver, [ --disable-screensaver compile without X screensaver extension],,enable_xss=yes)
181 AC_ARG_ENABLE(sm, [ --disable-sm compile without X session management support],,enable_sm=yes) 181 AC_ARG_ENABLE(sm, [ --disable-sm compile without X session management support],,enable_sm=yes)
182 AC_ARG_WITH(krb4, [ --with-krb4=PREFIX Compile Zephyr plugin with Kerberos 4 support],kerberos="$withval",kerberos="no") 182 AC_ARG_WITH(krb4, [ --with-krb4=PREFIX Compile Zephyr plugin with Kerberos 4 support],kerberos="$withval",kerberos="no")
183 183
184 if test "$enable_debug" = yes ; then 184 if test "$enable_debug" = yes ; then
185 # DEBUG_CFLAGS="$DEBUG_CFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" 185 DEBUG_CFLAGS="$DEBUG_CFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
186 AC_DEFINE(DEBUG, 1, [Define if debugging is enabled.]) 186 AC_DEFINE(DEBUG, 1, [Define if debugging is enabled.])
187 fi 187 fi
188 188
189 if test "x$GCC" = "xyes"; then 189 if test "x$GCC" = "xyes"; then
190 CFLAGS="$CFLAGS -Wall -g3" 190 CFLAGS="$CFLAGS -Wall -g3"