| # | Line 14657 | Line 14657 | else | |
|---|---|---|
| 14657 | debugging="no" | |
| 14658 | fi | |
| 14659 | ||
| 14660 | < | if test "$debugging" = "yes" ; then |
| 14660 | > | |
| 14661 | > | if test "$debugging" = "yes"; then : |
| 14662 | > | |
| 14663 | CFLAGS="-Wall -g -O0" | |
| 14664 | < | fi |
| 14664 | > | |
| 14665 | > | fi |
| 14666 | ||
| 14667 | ||
| 14668 | # Check whether --enable-warnings was given. | |
| # | Line 14670 | Line 14673 | else | |
| 14673 | fi | |
| 14674 | ||
| 14675 | ||
| 14676 | < | if test "$warnings" = "yes" ; then |
| 14676 | > | if test "$warnings" = "yes"; then : |
| 14677 | > | |
| 14678 | ||
| 14679 | ||
| 14680 | ||
| # | Line 16471 | Line 16475 | fi | |
| 16475 | ||
| 16476 | done | |
| 16477 | ||
| 16478 | < | fi |
| 16478 | > | |
| 16479 | > | fi |
| 16480 | ||
| 16481 | ||
| 16482 | # Check whether --enable-openssl was given. | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |