revert accidental change to configure.ac

that slipped in with commit 3ab2d3a2c5
"fdo#88256 fix crash when running javascript macro"

Change-Id: Idae2148181517e434d133958cf20d4fd6c4b9187
This commit is contained in:
Noel Grandin
2015-01-13 10:42:38 +02:00
parent 47287df1cb
commit 84c69550bc

View File

@@ -4527,6 +4527,10 @@ dnl Check for syslog header
dnl ===================================================================
AC_CHECK_HEADER(syslog.h, AC_DEFINE(HAVE_SYSLOG_H))
# placeholder for future crash reporter feature
ENABLE_CRASHDUMP=""
AC_SUBST(ENABLE_CRASHDUMP)
dnl Set the ENABLE_WERROR variable. (Activate --enable-werror)
dnl ===================================================================
AC_MSG_CHECKING([whether to turn warnings to errors])