Commit b89bb8826c74be23aab67e8dafe98e53d37c0291

Authored by Stéphane Raimbault
1 parent 6f1ed722

Sort headers in AC_CHECK_HEADERS

Showing 1 changed file with 11 additions and 11 deletions
configure.ac
... ... @@ -63,21 +63,21 @@ AC_PROG_CXX
63 63 AC_PROG_MAKE_SET
64 64 LT_INIT([disable-static win32-dll])
65 65 AC_CHECK_HEADERS([ \
66   - termios.h \
67   - sys/time.h \
68   - time.h \
69   - unistd.h \
  66 + arpa/inet.h \
70 67 errno.h \
71   - limits.h \
72 68 fcntl.h \
73   - sys/types.h \
74   - sys/socket.h \
75   - sys/ioctl.h \
  69 + limits.h \
  70 + linux/serial.h \
  71 + netdb.h \
76 72 netinet/in.h \
77 73 netinet/tcp.h \
78   - arpa/inet.h \
79   - netdb.h \
80   - linux/serial.h \
  74 + sys/ioctl.h \
  75 + sys/socket.h \
  76 + sys/time.h \
  77 + sys/types.h \
  78 + termios.h \
  79 + time.h \
  80 + unistd.h \
81 81 ])
82 82  
83 83 # Check whether to build docs / install man pages
... ...