comparison mcabber/configure.ac @ 237:c8df64f43625

[/trunk] Changeset 250 by mikael * Kill some more warnings + Try to solve strptime prototype declaration warning
author mikael
date Fri, 10 Jun 2005 19:26:34 +0000
parents 65c564e957a8
children ff9ba796cabb
comparison
equal deleted inserted replaced
236:72fd1273f2b7 237:c8df64f43625
17 AC_PROG_INSTALL 17 AC_PROG_INSTALL
18 18
19 # Checks for libraries. 19 # Checks for libraries.
20 AC_CHECK_LIB([ncurses], [initscr]) 20 AC_CHECK_LIB([ncurses], [initscr])
21 AC_CHECK_LIB([panel], [new_panel]) 21 AC_CHECK_LIB([panel], [new_panel])
22
23 AC_CHECK_DECLS([strptime],,,
24 [#define _GNU_SOURCE
25 #include <time.h>])
22 26
23 # Checks for header files. 27 # Checks for header files.
24 AC_HEADER_STDC 28 AC_HEADER_STDC
25 AC_CHECK_HEADERS([arpa/inet.h fcntl.h locale.h netdb.h netinet/in.h stddef.h stdlib.h string.h strings.h sys/socket.h sys/time.h syslog.h termios.h unistd.h ncurses.h panel.h getopt.h]) 29 AC_CHECK_HEADERS([arpa/inet.h fcntl.h locale.h netdb.h netinet/in.h stddef.h stdlib.h string.h strings.h sys/socket.h sys/time.h syslog.h termios.h unistd.h ncurses.h panel.h getopt.h])
26 30