From a89beee94e47af9adf445ff3c77ba626c31145b8 Mon Sep 17 00:00:00 2001 From: Gael CHAMOULAUD Date: Tue, 27 Jan 2004 21:28:28 +0000 Subject: Removed the old references with libgnomeui and pango ! Made smallish 2004-01-27 Gael CHAMOULAUD * configure.in: Removed the old references with libgnomeui and pango ! * csslint/csslint.c: (csslint_show_version): Made smallish cleanup --- csslint/csslint.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'csslint') diff --git a/csslint/csslint.c b/csslint/csslint.c index a44ed2c..1712f8b 100644 --- a/csslint/csslint.c +++ b/csslint/csslint.c @@ -116,16 +116,10 @@ csslint_show_version (const char *name) #ifdef CROCO_HAVE_LIBXML2 fprintf(stderr, "LIBXML2 "); #endif -#ifdef CROCO_SELENG_ENABLED + fprintf(stderr, "GLIB2 "); fprintf(stderr, "SELENG "); -#endif -#ifdef CROCO_LAYENG_ENABLED - fprintf(stderr, "LAYENG "); -#endif -#ifdef CROCO_TESTS_ENABLED fprintf(stderr, "TESTS "); -#endif - fprintf(stderr, "\n"); + fprintf(stderr, "\n"); } /** -- cgit v1.2.1