]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - configure.in
ncurses 5.9 - patch 20150103
[ncurses.git] / configure.in
index 73baccf1854ca14f97d73d471dd00c381b4834f8..df6c775d20c2b6b42db5d34730e5e5e2e8dc3695 100644 (file)
@@ -28,14 +28,14 @@ dnl***************************************************************************
 dnl
 dnl Author: Thomas E. Dickey 1995-on
 dnl
-dnl $Id: configure.in,v 1.594 2014/12/21 00:00:25 tom Exp $
+dnl $Id: configure.in,v 1.596 2015/01/03 20:44:55 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.594 $)
+AC_REVISION($Revision: 1.596 $)
 AC_INIT(ncurses/base/lib_initscr.c)
 AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin)
 
@@ -1550,6 +1550,7 @@ else
        AC_FUNC_SETVBUF_REVERSED
 fi
 AC_CHECK_TYPE(intptr_t, long)
+AC_CHECK_TYPE(ssize_t, int)
 CF_TYPE_SIGACTION
 CF_SIZECHANGE
 CF_FUNC_MEMMOVE
@@ -2098,14 +2099,11 @@ then
        UNALTERED_SYMS=`echo "$RESULTING_SYMS" | sed -e 's/\\$/\\\\$/g'`
        case $cf_cv_abi_version in
        [[6789]])
-               if test -n "$VERSIONED_SYMS"
-               then
-                       CF_VERBOSE(will map symbols to ABI=$cf_cv_abi_version)
-               fi
+               CF_VERBOSE(will map symbols to ABI=$cf_cv_abi_version)
                RESULTING_SYMS=resulting.map
                ;;
        *)
-               RESULTING_SYMS="$UNALTERED_SYMS"
+               CF_VERBOSE(will map symbols to default ABI)
                ;;
        esac
 else