X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=configure.in;h=24181b9460e98126fec58f70d74235eb6044a5d5;hb=91e802b0dd5f97879f57d12e9dd758e59ab8abb8;hp=00c44791a45152723a24f38df91261fc48b493ea;hpb=4ec5af5be84fa04621664e4f6f1235c12dc1ce88;p=ncurses.git diff --git a/configure.in b/configure.in index 00c44791..24181b94 100644 --- a/configure.in +++ b/configure.in @@ -28,14 +28,14 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: configure.in,v 1.617 2015/06/06 21:29:03 tom Exp $ +dnl $Id: configure.in,v 1.618 2015/06/27 22:59:56 tom Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl See http://invisible-island.net/autoconf/ for additional information. dnl dnl --------------------------------------------------------------------------- AC_PREREQ(2.52.20030208) -AC_REVISION($Revision: 1.617 $) +AC_REVISION($Revision: 1.618 $) AC_INIT(ncurses/base/lib_initscr.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -2160,13 +2160,7 @@ cf_filter_syms=no if test -n "$RESULTING_SYMS" then cf_filter_syms=$cf_dft_filter_syms - if test "$cf_filter_syms" = yes - then - CF_VERBOSE(will map symbols to ABI=$cf_cv_abi_version) - cf_filter_syms=yes - else - CF_VERBOSE(will map symbols to default ABI) - fi + CF_VERBOSE(will map symbols to ABI=$cf_cv_abi_version) fi if test "x$WILDCARD_SYMS" = xno