summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGael CHAMOULAUD <strider@gnome.org>2004-01-27 21:28:28 +0000
committerGaƫl CHAMOULAUD <strider@src.gnome.org>2004-01-27 21:28:28 +0000
commita89beee94e47af9adf445ff3c77ba626c31145b8 (patch)
tree5b8d638dc9bddbcb114d35cea031ef41195ae369
parentc19b67e1766d647188c83129526f582e0848970b (diff)
downloadlibcroco-a89beee94e47af9adf445ff3c77ba626c31145b8.tar.gz
Removed the old references with libgnomeui and pango ! Made smallish
2004-01-27 Gael CHAMOULAUD <strider@gnome.org> * configure.in: Removed the old references with libgnomeui and pango ! * csslint/csslint.c: (csslint_show_version): Made smallish cleanup
-rw-r--r--ChangeLog5
-rw-r--r--configure.in4
-rw-r--r--csslint/csslint.c10
3 files changed, 8 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b14196..3ea3946 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-27 Gael CHAMOULAUD <strider@gnome.org>
+
+ * configure.in: Removed the old references with libgnomeui and pango !
+ * csslint/csslint.c: (csslint_show_version): Made smallish cleanup
+
2004-01-27 Dodji Seketeli <dodji@gnome.org>
* src/cr-cascade.c:
diff --git a/configure.in b/configure.in
index 7f3089e..5cfe81c 100644
--- a/configure.in
+++ b/configure.in
@@ -39,8 +39,6 @@ dnl
GLIB2_VERSION=2.0
LIBXML2_VERSION=2.4.23
-LIBGNOMEUI_VERSION=2.0.3
-PANGO_VERSION=1.0.4
dnl Checks for programs.
AC_PROG_CC
@@ -188,4 +186,4 @@ echo "
cflags: : ${CFLAGS}
Maintainer mode: : ${USE_MAINTAINER_MODE}
-" \ No newline at end of file
+"
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");
}
/**