diff options
author | Remco Treffkorn <remco@rvt.com> | 1998-08-18 22:44:00 +0000 |
---|---|---|
committer | Remco Treffkorn <remco@rvt.com> | 1998-08-18 22:44:00 +0000 |
commit | 1863662e4f0415d5dd3d974a4f74081f674f39f6 (patch) | |
tree | b262051239216b5833256a01c8f405d7b6949111 /configure.in | |
parent | 9806a45304c6783e34f94e1443a532fedcdd3511 (diff) | |
download | gpsd-1863662e4f0415d5dd3d974a4f74081f674f39f6.tar.gz |
*** empty log message ***
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 801b9ae0..94a2a931 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,7 @@ dnl dnl AC_INIT(gpsd.c) +AC_CONFIG_HEADER(config.h) dnl Find and check C compiler dnl @@ -10,7 +11,7 @@ dnl Find and check C preprocessor dnl AC_PROG_CPP -AC_CHECK_HEADERS(termio.h sys/param.h termios.h sys/termios.h) +AC_CHECK_HEADERS(termio.h sys/param.h termios.h sys/termios.h sys/select.h) dnl dnl Locate Libraries |