Parent Directory
|
Revision Log
copy trunk/freewrt r3264 into a new branch for making the nfo system because upgrading the old adk branch would be a hell more work
| 1 | --- ez-ipupdate-3.0.11b8/configure.orig 2007-02-17 19:04:09.000000000 +0000 |
| 2 | +++ ez-ipupdate-3.0.11b8/configure 2007-02-17 19:06:15.000000000 +0000 |
| 3 | @@ -1804,11 +1804,15 @@ echo "configure:1804: checking whether u |
| 4 | # Check whether --enable-debug or --disable-debug was given. |
| 5 | if test "${enable_debug+set}" = set; then |
| 6 | enableval="$enable_debug" |
| 7 | + if test x"yes" = x"$enable_debug"; then |
| 8 | cat >> confdefs.h <<\EOF |
| 9 | #define DEBUG 1 |
| 10 | EOF |
| 11 | |
| 12 | echo "$ac_t""yes" 1>&6 |
| 13 | + else |
| 14 | + echo "$ac_t""no" 1>&6 |
| 15 | + fi |
| 16 | else |
| 17 | echo "$ac_t""no" 1>&6 |
| 18 | fi |
| root@freewrt.org:443 | ViewVC Help |
| Powered by ViewVC 1.1.20 |