diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ea174ba..d4c7838 100644 --- a/configure.ac +++ b/configure.ac @@ -106,7 +106,7 @@ AC_CHECK_HEADERS(getopt.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST -CFLAGS="-pedantic-errors -Werror -Wall -Wfatal-errors -g" +CFLAGS="-pedantic-errors -Werror -Wall -g" dnl Done. AC_CONFIG_FILES([Makefile |