[PPL-devel] [GIT] ppl/ppl(master): Avoid redefining NDEBUG.

Roberto Bagnara bagnara at cs.unipr.it
Mon Mar 30 20:52:38 CEST 2009


Module: ppl/ppl
Branch: master
Commit: 2b87c02d3875f58c799481cec96f0e943f16d7b4
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2b87c02d3875f58c799481cec96f0e943f16d7b4

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon Mar 30 19:13:12 2009 +0200

Avoid redefining NDEBUG.

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 52203fd..cfc97cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,7 +96,7 @@ AH_TOP([
 ])
 
 AH_BOTTOM([
-#ifdef PPL_NDEBUG
+#if defined(PPL_NDEBUG) && !defined(NDEBUG)
 # define NDEBUG PPL_NDEBUG
 #endif
 




More information about the PPL-devel mailing list