From 2119dcfaccfa6fabf9e6be15f6d97ad041252ac9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Jan 2012 09:52:29 -0500 Subject: Static linking is always needed --- configure.in | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index fbc8881f51..5fd6d85426 100644 --- a/configure.in +++ b/configure.in @@ -112,16 +112,6 @@ AC_ARG_ENABLE([check-abi], [enable_check_abi=$enableval], [enable_check_abi=no]) -dnl Arguments to enable or disable building the static, shared, profiled, -dnl and -fomit-frame-pointer libraries. -dnl I've disabled this for now since we cannot build glibc without static -dnl libraries built in the moment. -dnl AC_ARG_ENABLE([static], -dnl AC_HELP_STRING([--enable-static], -dnl [build static library @<:@default=yes@:>@]), -dnl [static=$enableval], -dnl [static=yes]) -static=yes AC_ARG_ENABLE([shared], AC_HELP_STRING([--enable-shared], [build shared library @<:@default=yes if GNU ld@:>@]), -- cgit 1.4.1