Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 7 Dec 1998 16:35:21 +0000 (16:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 7 Dec 1998 16:35:21 +0000 (16:35 +0000)
* configure.in: Disable --disable-static.

ChangeLog
configure.in

index 96280cd..b497153 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,8 @@
        * Makeconfig (link-libc-static): Don't use link-libc since this
        includes the shared object.  Use gnulib only.
 
+       * configure.in: Disable --disable-static.
+
 1998-12-07 12:06  Ulrich Drepper  <drepper@cygnus.com>
 
        * po/de.po: Update from translation team.
index 7486197..2bb29d4 100644 (file)
@@ -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)