From f62a6385733b45c3b0ed267aee0e4cef5c57a128 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 7 Jul 2007 20:30:29 +0200 Subject: [PATCH] configure.ac: Add check for alarm(). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 279022df..9d31a821 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ AC_FUNC_LSTAT AC_CHECK_FUNCS([atexit dup2 gethostbyname inet_ntoa memchr memmove memset \ regcomp select socket strchr strdup strerror strstr strtol uname \ fchdir gettimeofday localtime_r munmap strcasecmp strcspn \ - strncasecmp strrchr strspn], [], + strncasecmp strrchr strspn alarm], [], [AC_MSG_ERROR([function not found, cannot live without it])]) ########################################################################### curses AC_CHECK_LIB([ncurses], [initscr], [], -- 2.39.2