| # | Line 93 | Line 93 | typedef unsigned long uint32; | |
|---|---|---|
| 93 | ||
| 94 | AC_CONFIG_SUBDIRS(src/libopm) | |
| 95 | ||
| 96 | – | dnl This comes last because configure won't actually work with -Werror in |
| 97 | – | dnl the CFLAGS |
| 98 | – | AC_ARG_WITH(werror, |
| 99 | – | AC_HELP_STRING([--with-werror], |
| 100 | – | [use -Werror to abort compilation on any warning]), |
| 101 | – | [CFLAGS="$CFLAGS -Werror"]) |
| 102 | – | |
| 96 | AC_OUTPUT(Makefile doc/Makefile src/Makefile) | |
| 97 | ||
| 98 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |