diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 27ce705..4d8897a 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -9,6 +9,8 @@ AC_CONFIG_HEADERS([config.h]) | |||
| 9 | # Checks for programs. | 9 | # Checks for programs. |
| 10 | AC_PROG_CC | 10 | AC_PROG_CC |
| 11 | AC_PROG_CC_C99 | 11 | AC_PROG_CC_C99 |
| 12 | AC_PROG_CPP | ||
| 13 | AC_C_TYPEOF | ||
| 12 | 14 | ||
| 13 | # Checks for libraries. | 15 | # Checks for libraries. |
| 14 | AC_CHECK_LIB([ncurses], [initscr]) | 16 | AC_CHECK_LIB([ncurses], [initscr]) |
