Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv7128
Modified Files:
acconfig.h configure.ac
Log Message:
core.
Index: acconfig.h
===================================================================
RCS file: /cvsroot/gaim/gaim/acconfig.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- acconfig.h 2001/10/03 07:49:38 1.13
+++ acconfig.h 2001/10/05 19:52:10 1.14
@@ -19,10 +19,6 @@
#undef NEED_GNOMESUPPORT_H
#undef ZEPHYR_INT32
#undef ZEPHYR_USES_KERBEROS
-#undef DEVEL
#ifndef STATIC_PROTO_INIT
#undef STATIC_PROTO_INIT
#endif
-
-
-
Index: configure.ac
===================================================================
RCS file: /cvsroot/gaim/gaim/configure.ac,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- configure.ac 2001/10/03 07:49:38 1.17
+++ configure.ac 2001/10/05 19:52:10 1.18
@@ -41,11 +41,6 @@
CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include -I\$(top_srcdir)"
AC_ARG_ENABLE(distrib,,,enable_distrib=no)
-AC_ARG_ENABLE(devel,,,enable_devel=no)
-if test "$enable_devel" = "yes" ; then
- CFLAGS="$CFLAGS -Wall"
- AC_DEFINE(DEVEL)
-fi
AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes")
AC_ARG_ENABLE(multi, [ --disable-multi disable multiple connections],,enable_multi=yes)
AC_ARG_ENABLE(prpls, [ --disable-prpls don't build dynamic protocol plugins],,enable_prpls=yes)
@@ -100,7 +95,7 @@
AC_ARG_ENABLE(plugins, [ --disable-plugins compile without plugin support],,enable_plugins=yes)
AC_ARG_ENABLE(perl, [ --disable-perl compile without perl scripting],,enable_perl=yes)
-AC_ARG_ENABLE(debug, [ --enable-debug compile with debugging support],,enable_debug=$enable_devel)
+AC_ARG_ENABLE(debug, [ --enable-debug compile with debugging support],,enable_debug=no)
AC_ARG_ENABLE(screensaver, [ --disable-screensaver compile without X screensaver extension],,enable_xss=yes)
AC_ARG_WITH(krb4, [ --with-krb4=PREFIX Compile Zephyr plugin with Kerberos 4 support],kerberos="$withval",kerberos="no")
|