From b38bb8ca8c9a7652087405d851e9ba6c55305854 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 7 Dec 1998 16:35:21 +0000 Subject: Update. * configure.in: Disable --disable-static. --- configure.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7486197c1b..2bb29d4cb1 100644 --- a/configure.in +++ b/configure.in @@ -70,9 +70,11 @@ AC_ARG_ENABLE(sanity-checks, dnl dnl Arguments to enable or disable building the static, shared, profiled, dnl and -fomit-frame-pointer libraries. -AC_ARG_ENABLE(static, dnl -[ --enable-static build static library [default=yes]], - static=$enableval, static=yes) +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 +dnl [ --enable-static build static library [default=yes]], +dnl static=$enableval, static=yes) AC_ARG_ENABLE(shared, dnl [ --enable-shared build shared library [default=yes if GNU ld & ELF]], shared=$enableval, shared=default) -- cgit 1.4.1