From 11127240caefb579a213ad075ab4f52910f333e2 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Thu, 11 Mar 2021 22:26:12 -0800 Subject: [PATCH] Remove redundant enable-debug definition in configure. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 34613feb..41a03d24 100644 --- a/configure.ac +++ b/configure.ac @@ -1203,9 +1203,6 @@ fi if test "x$enable_debug" = "x1" ; then AC_DEFINE([JEMALLOC_DEBUG], [ ]) fi -if test "x$enable_debug" = "x1" ; then - AC_DEFINE([JEMALLOC_DEBUG], [ ]) -fi AC_SUBST([enable_debug]) dnl Only optimize if not debugging.