diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2c08d10..645b3fb 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -45,4 +45,11 @@ AC_ARG_ENABLE([dev-tools], | |||
| 45 | [build_dev_tools=false]) | 45 | [build_dev_tools=false]) |
| 46 | AM_CONDITIONAL(BUILD_DEV_TOOLS, test x$build_dev_tools = xtrue) | 46 | AM_CONDITIONAL(BUILD_DEV_TOOLS, test x$build_dev_tools = xtrue) |
| 47 | 47 | ||
| 48 | AC_ARG_ENABLE([debug-code], | ||
| 49 | [AS_HELP_STRING([--enable-debug-code], | ||
| 50 | [enable debug message reporting in library (default is yes)])], | ||
| 51 | [debug_code=true], | ||
| 52 | [debug_code=false]) | ||
| 53 | AM_CONDITIONAL(STRIP_DEBUG_CODE, test x$debug_code = xfalse) | ||
| 54 | |||
| 48 | AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile libiphone-1.0.pc) | 55 | AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile libiphone-1.0.pc) |
