diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 62023c7..4433f5c 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Process this file with autoconf to produce a configure script. | 2 | # Process this file with autoconf to produce a configure script. |
| 3 | 3 | ||
| 4 | AC_PREREQ(2.61) | 4 | AC_PREREQ(2.61) |
| 5 | AC_INIT(libiphone, 0.9.1, nospam@nowhere.com) | 5 | AC_INIT(libiphone, 0.9.2, nospam@nowhere.com) |
| 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) | 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) |
| 7 | AC_CONFIG_SRCDIR([src/]) | 7 | AC_CONFIG_SRCDIR([src/]) |
| 8 | AC_CONFIG_HEADERS([config.h]) | 8 | AC_CONFIG_HEADERS([config.h]) |
| @@ -52,6 +52,10 @@ AC_ARG_ENABLE([dev-tools], | |||
| 52 | [build_dev_tools=false]) | 52 | [build_dev_tools=false]) |
| 53 | if test "$build_dev_tools" = true; then | 53 | if test "$build_dev_tools" = true; then |
| 54 | DEV_SUB=dev | 54 | DEV_SUB=dev |
| 55 | AC_CHECK_HEADERS([readline/readline.h], | ||
| 56 | [], | ||
| 57 | [AC_MSG_ERROR([Please install readline development headers])] | ||
| 58 | ) | ||
| 55 | else | 59 | else |
| 56 | DEV_SUB= | 60 | DEV_SUB= |
| 57 | fi | 61 | fi |
