From d7497412f7c43bb1d0e85c50e9b6a7e017015849 Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Tue, 4 May 2010 17:29:02 +0200 Subject: [PATCH] Bug 517122 - Remove MOZ_DEFAULT_TOOLKIT remnants(!?); (Bv1) Just remove them. r=ted.mielczarek. --- configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.in b/configure.in index d8f2b86def0..54ec45f0ed9 100644 --- a/configure.in +++ b/configure.in @@ -5089,8 +5089,6 @@ MOZ_ARG_HEADER(Toolkit Options) AC_MSG_ERROR([You must specify a default toolkit (perhaps $_PLATFORM_DEFAULT_TOOLKIT).]) fi -AC_DEFINE_UNQUOTED(MOZ_DEFAULT_TOOLKIT,"$MOZ_WIDGET_TOOLKIT") - dnl ======================================================== dnl = Enable the toolkit as needed = dnl ======================================================== @@ -5210,7 +5208,6 @@ if test "$COMPILE_ENVIRONMENT"; then fi # COMPILE_ENVIRONMENT -AC_SUBST(MOZ_DEFAULT_TOOLKIT) AC_SUBST(MOZ_FS_LAYOUT) dnl ========================================================