From: Andre Noll Date: Sat, 7 Jul 2007 18:30:29 +0000 (+0200) Subject: configure.ac: Add check for alarm(). X-Git-Tag: v0.2.17~41 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f62a6385733b45c3b0ed267aee0e4cef5c57a128 configure.ac: Add check for alarm(). --- 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], [],