Ignore:
Timestamp:
Oct 28, 2007, 11:20:11 AM (16 years ago)
Author:
Sam Hocevar
Message:
  • When present, include <termios.h> and <unistd.h> to allow the ncurses driver to build on Solaris. Fix courtesy of Rado S.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/configure.ac

    r1829 r1851  
    7676  [  --enable-doc            build documentation (needs doxygen and LaTeX)])
    7777
    78 AC_CHECK_HEADERS(stdio.h stdarg.h signal.h sys/ioctl.h sys/time.h inttypes.h endian.h unistd.h arpa/inet.h netinet/in.h winsock2.h errno.h locale.h getopt.h dlfcn.h)
     78AC_CHECK_HEADERS(stdio.h stdarg.h signal.h sys/ioctl.h sys/time.h inttypes.h endian.h unistd.h arpa/inet.h netinet/in.h winsock2.h errno.h locale.h getopt.h dlfcn.h termios.h)
    7979AC_CHECK_FUNCS(signal ioctl vsnprintf getenv putenv strcasecmp htons)
    8080AC_CHECK_FUNCS(usleep gettimeofday)
Note: See TracChangeset for help on using the changeset viewer.