X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;h=19244f99685868eb4d4adc305b9c3d636f127df3;hp=279022dff64da1b0d9a4bb4dff4a7da101cfd4a6;hb=de25f9d0d999b2a911ecc93d19511ff437211d18;hpb=f0cb2c2e49b4353a998d6fdf823972d2516c5dcf diff --git a/configure.ac b/configure.ac index 279022df..19244f99 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], [], @@ -109,7 +109,7 @@ server_cmdline_objs="server.cmdline server_command_list random_selector_command_ playlist_selector_command_list" server_errlist_objs="server mp3_afh vss command net string signal random_selector time daemon stat crypt http_send afs close_on_fork playlist_selector - ipc dccp dccp_send fd user_list" + ipc dccp dccp_send fd user_list chunk_queue" server_ldflags="" server_audio_formats=" mp3"