diff options
author | 2016-11-10 09:16:35 +0200 | |
---|---|---|
committer | 2016-11-10 09:16:35 +0200 | |
commit | d8b27510426e95470f9579395f50f353bd105d83 (patch) | |
tree | 39d888fe9a25acd96e917486f7db05ded495466c /configure.ac | |
parent | 5abe95c474262dfc0d43cd8fdd5248c9b48a8ecf (diff) | |
download | librin-d8b27510426e95470f9579395f50f353bd105d83.tar.gz librin-d8b27510426e95470f9579395f50f353bd105d83.tar.bz2 librin-d8b27510426e95470f9579395f50f353bd105d83.zip |
gpio: implement some more features.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 588049b..34345d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2015 Gediminas Jakutis +dnl Copyright (C) 2015-2016 Gediminas Jakutis dnl dnl This configure.ac is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General Public @@ -31,7 +31,7 @@ AM_INIT_AUTOMAKE LT_INIT # Checks for header files. -AC_CHECK_HEADERS([fcntl.h inttypes.h stdio.h stdint.h stdlib.h string.h sys/types.h sys/stat.h time,h unistd.h]) +AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h stdio.h stdint.h stdlib.h string.h sys/types.h sys/stat.h time,h unistd.h]) # Checks for typedefs, structures, and compiler characteristics. AC_TYPE_INT32_T |