From b1dd041514ce619c192f194a7a0847c28de55946 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Thu, 13 Mar 2003 14:31:05 +0000 Subject: [PATCH 1/1] * removed GLIB 2 dependencies (GLIB 2 not used!) --- helm/DEVEL/mathml_editor/configure.ac | 6 +++--- helm/DEVEL/mathml_editor/src/Makefile.am | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/helm/DEVEL/mathml_editor/configure.ac b/helm/DEVEL/mathml_editor/configure.ac index 624973c88..20227a54d 100644 --- a/helm/DEVEL/mathml_editor/configure.ac +++ b/helm/DEVEL/mathml_editor/configure.ac @@ -88,9 +88,9 @@ AC_SUBST(LDFLAGS) AM_PROG_LIBTOOL -PKG_CHECK_MODULES(GLIB2, glib-2.0) -AC_SUBST(GLIB2_CFLAGS) -AC_SUBST(GLIB2_LIBS) +dnl PKG_CHECK_MODULES(GLIB2, glib-2.0) +dnl AC_SUBST(GLIB2_CFLAGS) +dnl AC_SUBST(GLIB2_LIBS) GMETADOM_CONFIG="gmetadom-config" GMETADOM_MIN_VERSION=0.1.0 diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index 432eced37..65ae4e66e 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -4,7 +4,6 @@ lib_LTLIBRARIES = libeditex.la libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ libeditex_la_LDADDS = \ - $(GLIB2_LIBS) \ $(GMETADOM_LIBS) \ $(GDOMEXSLT_LIBS) -- 2.39.2