diff src/gtkdebug.c @ 11262:ecbbe6d18b0d

[gaim-migrate @ 13440] Removing warning from perl, also. Remove some outdated files from libfaim. Fix a minor warning in gtkdebug.c committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 14 Aug 2005 15:58:57 +0000
parents bb0d7b719af2
children 0058b0737e76
line wrap: on
line diff
--- a/src/gtkdebug.c	Sun Aug 14 06:55:57 2005 +0000
+++ b/src/gtkdebug.c	Sun Aug 14 15:58:57 2005 +0000
@@ -910,7 +910,9 @@
 gaim_gtk_debug_print(GaimDebugLevel level, const char *category,
 					 const char *format, va_list args)
 {
+#ifdef HAVE_REGEX_H
 	GtkTreeIter iter;
+#endif /* HAVE_REGEX_H */
 	gboolean timestamps;
 	gchar *arg_s, *ts_s;
 	gchar *esc_s, *cat_s, *tmp, *s;