From 91e51a02736e4d96a79eb5343284d07f7751cea2 Mon Sep 17 00:00:00 2001 From: Karl Tomlinson Date: Fri, 28 Sep 2012 10:59:12 +1200 Subject: [PATCH] b=795144 default disable using GnomeUI and GnomeVFS for themed icons r=glandium --HG-- extra : transplant_source : %1C%1En3%FCV%60%0C%80%16%E1%F0%0D%11%40%CB%D5%0D%93%8F --- configure.in | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 2b62280f3e1a..5285a9e205d7 100644 --- a/configure.in +++ b/configure.in @@ -4980,12 +4980,10 @@ dnl ======================================================== if test "$MOZ_ENABLE_GTK2" then - MOZ_ENABLE_GNOMEUI=1 - - MOZ_ARG_DISABLE_BOOL(gnomeui, - [ --disable-gnomeui Disable libgnomeui support (default: auto, optional at runtime) ], - MOZ_ENABLE_GNOMEUI=, - MOZ_ENABLE_GNOMEUI=force) + MOZ_ARG_ENABLE_BOOL(gnomeui, + [ --enable-gnomeui Enable libgnomeui instead of GIO & GTK for icon theme support ], + MOZ_ENABLE_GNOMEUI=force, + MOZ_ENABLE_GNOMEUI=) if test "$MOZ_ENABLE_GNOMEUI" then