| Revision: | 7668 |
| Committed: | Wed Jul 20 17:09:49 2016 UTC (10 years ago) by michael |
| File size: | 241 byte(s) |
| Log Message: | - Fixed svn properties |
| # | Content |
|---|---|
| 1 | AC_DEFUN([AX_ARG_ENABLE_DEBUGGING],[ |
| 2 | AC_ARG_ENABLE([debugging],[AS_HELP_STRING([--enable-debugging],[Enable debugging.])],[debugging="$enableval"],[debugging="no"]) |
| 3 | |
| 4 | AS_IF([test "$debugging" = "yes"], [ |
| 5 | CFLAGS="-Wall -g -O0" |
| 6 | ]) |
| 7 | ]) |
| Name | Value |
|---|---|
| svn:eol-style | native |