summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-12-24 19:40:11 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-12-24 21:42:08 -0600
commit3a9779239efb82c630f960c547bc8df0444eb75d (patch)
treec63b46fb81d5aab9807bc9cd9c53b6f1baff4a22 /configure.in
parentfd9366c85cdb627886901b7c09ef267b294d5d98 (diff)
binned --enable-static-gtk... no used anywhere.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.in b/configure.in
index b0e09b5da237..516d46b0b38c 100644
--- a/configure.in
+++ b/configure.in
@@ -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
# ===================================================================