Blob Blame History Raw
--- xlog-2.0.13-mod/configure.ac	2015-04-21 22:37:12.000000000 +0200
+++ xlog-2.0.13/configure.ac	2016-02-16 12:06:50.684089981 +0100
@@ -16,9 +16,9 @@
 AC_FUNC_STRPTIME
 AC_CHECK_FUNCS(strchr index)
 
-if test "${ac_cv_c_compiler_gnu}" = "yes"; then
-  CFLAGS="${CFLAGS} -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable -Werror"
-fi
+dnl if test "${ac_cv_c_compiler_gnu}" = "yes"; then
+dnl   CFLAGS="${CFLAGS} -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable -Werror"
+dnl fi
 
 PKG_CHECK_MODULES(GLIB, glib-2.0)
 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.18.0)