Do not check for glib-2.6

master
Yevgen Muntyan 2008-09-24 23:31:41 -05:00
parent cdeefe210d
commit 0b78e7dd81
2 changed files with 1 additions and 6 deletions

View File

@ -33,10 +33,7 @@
#include <unistd.h>
#endif
#include <gtk/gtk.h>
#if GLIB_CHECK_VERSION(2,6,0)
# include <glib/gstdio.h>
#endif
#include <glib/gstdio.h>
#define COLUMN_BOOKMARK MOO_BOOKMARK_MGR_COLUMN_BOOKMARK

View File

@ -782,9 +782,7 @@ set_print_funcs (GLogFunc log_func,
set (NULL);
#undef set
#if GLIB_CHECK_VERSION(2,6,0)
g_log_set_default_handler (log_func, NULL);
#endif /* GLIB_CHECK_VERSION(2,6,0) */
}