From 48c2e87a402d3291c4b95a4399976232c3143952 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 27 Nov 2008 04:13:35 +0000 Subject: [PATCH] remove gnomeui dependency - patch from Adam Williamson --- configure.ac | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/configure.ac b/configure.ac index bf162b910..bf129bc7b 100644 --- a/configure.ac +++ b/configure.ac @@ -2167,28 +2167,6 @@ else fi AM_CONDITIONAL(WITH_GLADE, [test "x$use_glade" = "xYes"]) -dnl ----------------------------------- -dnl INCLUDES and LIBS for GNOMEUI. - -AC_ARG_WITH(gnomeui, - [AC_HELP_STRING([--with-gnomeui=yes], [gnomeui library])], - [], [with_gnomeui=yes]) - -if test "x$with_gnomeui" != "xyes"; then - use_gnomeui="No (disabled)" -else - PKG_CHECK_MODULES(GNOMEUI, [libgnomeui-2.0],[ - use_gnomeui="Yes" - AC_DEFINE_UNQUOTED(HAVE_GNOMEUI,1, - [Define if you have the gnomeui library]) - AC_SUBST(GNOMEUI_CFLAGS) - AC_SUBST(GNOMEUI_LIBS) - ],[ - use_gnomeui="No (gnomeui library not available)" - ]) -fi -AM_CONDITIONAL(WITH_GNOMEUI, [test "x$use_gnomeui" = "xYes"]) - dnl ----------------------------------- dnl INCLUDES and LIBS for MING (SWF renderer) -- 2.40.0