diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/configure.ac b/configure.ac index 79e1590..c2678f8 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -156,26 +156,6 @@ else | |||
| 156 | AC_SUBST(ssl_requires) | 156 | AC_SUBST(ssl_requires) |
| 157 | fi | 157 | fi |
| 158 | 158 | ||
| 159 | AC_ARG_ENABLE([dev-tools], | ||
| 160 | [AS_HELP_STRING([--enable-dev-tools], | ||
| 161 | [build development helper tools (default is no)])], | ||
| 162 | [build_dev_tools=true], | ||
| 163 | [build_dev_tools=false]) | ||
| 164 | if test "$build_dev_tools" = true; then | ||
| 165 | DEV_SUB=dev | ||
| 166 | AC_CHECK_HEADERS([readline/readline.h], | ||
| 167 | [], | ||
| 168 | [AC_MSG_ERROR([Please install readline development headers])] | ||
| 169 | ) | ||
| 170 | building_dev_tools=yes | ||
| 171 | else | ||
| 172 | DEV_SUB= | ||
| 173 | building_dev_tools=no | ||
| 174 | fi | ||
| 175 | |||
| 176 | AM_CONDITIONAL([ENABLE_DEVTOOLS],[test "x$DEV_SUB" = "xdev"]) | ||
| 177 | AC_SUBST([DEV_SUB]) | ||
| 178 | |||
| 179 | AC_ARG_ENABLE([debug-code], | 159 | AC_ARG_ENABLE([debug-code], |
| 180 | [AS_HELP_STRING([--enable-debug-code], | 160 | [AS_HELP_STRING([--enable-debug-code], |
| 181 | [enable debug message reporting in library (default is no)])], | 161 | [enable debug message reporting in library (default is no)])], |
| @@ -230,7 +210,6 @@ Makefile | |||
| 230 | common/Makefile | 210 | common/Makefile |
| 231 | src/Makefile | 211 | src/Makefile |
| 232 | include/Makefile | 212 | include/Makefile |
| 233 | dev/Makefile | ||
| 234 | tools/Makefile | 213 | tools/Makefile |
| 235 | cython/Makefile | 214 | cython/Makefile |
| 236 | docs/Makefile | 215 | docs/Makefile |
| @@ -244,7 +223,6 @@ Configuration for $PACKAGE $VERSION: | |||
| 244 | 223 | ||
| 245 | Install prefix: .........: $prefix | 224 | Install prefix: .........: $prefix |
| 246 | Debug code ..............: $building_debug_code | 225 | Debug code ..............: $building_debug_code |
| 247 | Dev tools ...............: $building_dev_tools | ||
| 248 | Python bindings .........: $cython_python_bindings | 226 | Python bindings .........: $cython_python_bindings |
| 249 | SSL support backend .....: $ssl_provider | 227 | SSL support backend .....: $ssl_provider |
| 250 | 228 | ||
