summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2017-01-22 18:25:32 +0200
committerGitHub <noreply@github.com>2017-01-22 18:25:32 +0200
commit7e0cf87ed206cbdb317091491ac09f9de5f3f5de (patch)
treed87a67d15af009949690b4b36e7e6f87f98acb22
parenta423593efaf3babcacebb7117c2aa0a60d5312a2 (diff)
parent1ae20bd0ae1379d60998fc25e2576ac64b974468 (diff)
Merge pull request #1610 from ktsaou/master
backwards compatibility: AX_CHECK_ENABLE_DEBUG fails on centos6
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 45de6c577d..adc4460fba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,8 @@ PACKAGE_RPM_VERSION="VERSION_NUMBER"
AC_SUBST([PACKAGE_RPM_VERSION])
AC_SUBST([PACKAGE_RPM_RELEASE])
-AX_CHECK_ENABLE_DEBUG()
+# fails on centos6
+#AX_CHECK_ENABLE_DEBUG()
AX_GCC_FUNC_ATTRIBUTE(returns_nonnull)
AX_GCC_FUNC_ATTRIBUTE(malloc)