You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
489 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -38,6 +38,7 @@ LT_INIT()
  4. # Checks for programs.
  5. AC_PROG_CC
  6. +AC_PROG_CPP
  7. AC_PROG_INSTALL
  8. AC_PROG_SED
  9. AC_PROG_YACC
  10. @@ -182,6 +183,7 @@ fi
  11. AC_SUBST(LIBPTHREAD, $LIBPTHREAD)
  12. # Checks for header files.
  13. AC_CHECK_HEADERS([limits.h stdlib.h string.h])
  14. +AC_CHECK_HEADERS([inttypes.h stdint.h])
  15. AC_CHECK_HEADERS([fcntl.h sys/ioctl.h sys/time.h termios.h unistd.h])
  16. AC_CHECK_HEADERS([ddk/hidsdi.h],,,[#include <windows.h>
  17. #include <setupapi.h>])