X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure.in;h=c332e04555bced23c743035f3272ae329707b5b5;hp=06997aab66d598fc7a9c3a928766eed50c8e9db5;hb=6315e1a380ecdb706d4f6518d2e8c7eb0db8fbe2;hpb=e27924b560884229fa4c9cf5a90778aa6b7e5e96 diff --git a/configure.in b/configure.in index 06997aab..c332e045 100644 --- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: configure.in,v 1.756 2023/02/18 22:33:23 tom Exp $ +dnl $Id: configure.in,v 1.757 2023/02/25 19:50:10 tom Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl For additional information, see @@ -38,7 +38,7 @@ dnl https://invisible-island.net/autoconf/my-autoconf.html dnl dnl --------------------------------------------------------------------------- AC_PREREQ(2.52.20210101) -AC_REVISION($Revision: 1.756 $) +AC_REVISION($Revision: 1.757 $) AC_INIT(ncurses/base/lib_initscr.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -1750,7 +1750,6 @@ case "$cf_cv_system_name" in CF_CHECK_LIBSSP ;; (*) - CF_FUNC_GETTIME ;; esac @@ -1824,6 +1823,7 @@ CF_ERRNO CF_LINK_DATAONLY ### Checks for library functions. +CF_FUNC_GETTIME AC_CHECK_FUNCS( \ fpathconf \ getcwd \