diff mcabber/src/main.c @ 1423:757ebe4df0b9

Replace DEBUG_ENABLE with ENABLE_DEBUG
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Feb 2008 21:15:30 +0100
parents 0b8701386bde
children b0cfd9ab4b9f
line wrap: on
line diff
--- a/mcabber/src/main.c	Sun Feb 17 19:28:06 2008 +0100
+++ b/mcabber/src/main.c	Sun Feb 17 21:15:30 2008 +0100
@@ -291,7 +291,7 @@
 #ifdef WITH_ASPELL
   puts("Compiled with Aspell support.");
 #endif
-#ifdef DEBUG_ENABLE
+#ifdef ENABLE_DEBUG
   puts("Compiled with debugging support.");
 #endif
 }