summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-04-22 20:38:52 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-04-22 20:38:52 (GMT)
commit8884dc49af1682c03bcc3757a0627dc0ee9d30bb (patch)
tree529a55a6ef519965200d7726ab58cd5587b621cb
parent0cb2e26f5a6e006a8f55c0bf1a4539e6ba390d7c (diff)
downloadhdf5-8884dc49af1682c03bcc3757a0627dc0ee9d30bb.zip
hdf5-8884dc49af1682c03bcc3757a0627dc0ee9d30bb.tar.gz
hdf5-8884dc49af1682c03bcc3757a0627dc0ee9d30bb.tar.bz2
[svn-r26890] commented out -DNDEBUG
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d87638c..01fcbe4 100755
--- a/configure
+++ b/configure
@@ -26419,7 +26419,7 @@ $as_echo "all ($DEBUG_PKG)" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
$as_echo "none" >&6; }
DEBUG_PKG=
- H5_CPPFLAGS="$H5_CPPFLAGS -DNDEBUG"
+## H5_CPPFLAGS="$H5_CPPFLAGS -DNDEBUG"
;;
*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $DEBUG_PKG" >&5
diff --git a/configure.ac b/configure.ac
index 895cb30..c84d933 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1772,7 +1772,7 @@ case "X-$DEBUG_PKG" in
X-no|X-none)
AC_MSG_RESULT([none])
DEBUG_PKG=
- H5_CPPFLAGS="$H5_CPPFLAGS -DNDEBUG"
+## H5_CPPFLAGS="$H5_CPPFLAGS -DNDEBUG"
;;
*)
AC_MSG_RESULT([$DEBUG_PKG])