From 55e2d5c7c4f5fdc23c8d0b2bf057c1559f862eec Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 31 Aug 2000 21:05:59 +0000 Subject: Update. * intl/Makefile (tests): Depend in mtrace-tst-gettext. Make this a new rule depending on tst-gettext.out and run mtrace. * intl/tst-gettext.c: Call mtrace. * intl/tst-gettext.sh: Put MALLOC_TRACE in environment of tst-gettext. * elf/dl-reloc.c: Add a few more __builtin_expect. * configure.in: Remove --with-gettext option. * intl/dcigettext.c (free_mem): Correct freeing of _nl_domain_bindings list. --- configure.in | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index dacf558851..9e209acfb0 100644 --- a/configure.in +++ b/configure.in @@ -19,19 +19,6 @@ yes) AC_MSG_ERROR(--with-gmp requires an argument; use --with-gmp=DIRECTORY) ;; gmp-srcdir = $withval" ;; esac ]) -# Check for a --with-gettext argument and set gettext-srcdir in config.make. -AC_ARG_WITH(gettext, dnl - --with-gettext=DIR find GNU gettext source code in DIR (not needed), - [dnl -case "$with_gettext" in -yes) - AC_MSG_ERROR(--with-gettext requires an argument; use --with-gettext=DIR) ;; -''|no) ;; -*) - config_vars="$config_vars -gettext-srcdir = $withval" ;; -esac -]) # Check for a --with-gd argument and set libgd-LDFLAGS in config.make. AC_ARG_WITH(gd, dnl --with-gd=DIR find libgd include dir and library with prefix DIR, -- cgit v1.2.3