Kaydet (Commit) 3a977923 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

binned --enable-static-gtk... no used anywhere.

üst fd9366c8
......@@ -625,12 +625,6 @@ AC_ARG_ENABLE(gio,
[Determines whether to use the GIO support.]),
,enable_gio=no)
AC_ARG_ENABLE(static-gtk,
AS_HELP_STRING([--enable-static-gtk],
[Modules that are linked against GTK+ libraries use the static libraries
instead of the dynamic ones. (Enables -Bstatic linker flag for GTK+ libraries.)]),
,)
AC_ARG_ENABLE(build-mozilla,
AS_HELP_STRING([--disable-build-mozilla],
[Use this option if you do not want to build the Mozilla components from
......@@ -9547,16 +9541,6 @@ INSTALLDIR="$LIBDIR/$INSTALLDIRNAME"
AC_MSG_RESULT([$INSTALLDIR])
AC_SUBST(INSTALLDIR)
AC_MSG_CHECKING([whether to statically link to Gtk])
if test -n "$enable_static_gtk" && test "$enable_static_gtk" != "no"; then
ENABLE_STATIC_GTK="TRUE"
AC_MSG_RESULT([yes])
else
ENABLE_STATIC_GTK="FALSE"
AC_MSG_RESULT([no])
fi
AC_SUBST(ENABLE_STATIC_GTK)
# ===================================================================
# De- or increase default verbosity of build process
# ===================================================================
......
......@@ -1414,7 +1414,6 @@ ToFile( "GTK3_LIBS", "@GTK3_LIBS@", "e" );
ToFile( "GTHREAD_CFLAGS", "@GTHREAD_CFLAGS@", "e" );
ToFile( "GTHREAD_LIBS", "@GTHREAD_LIBS@", "e" );
ToFile( "ENABLE_SYSTRAY_GTK", "@ENABLE_SYSTRAY_GTK@", "e" );
ToFile( "ENABLE_STATIC_GTK", "@ENABLE_STATIC_GTK@", "e" );
ToFile( "SPLIT_APP_MODULES", "@SPLIT_APP_MODULES@","e" );
ToFile( "SPLIT_OPT_FEATURES","@SPLIT_OPT_FEATURES@","e" );
ToFile( "ENABLE_CAIRO_CANVAS", "@ENABLE_CAIRO_CANVAS@", "e" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment