summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-04-22 19:39:05 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-04-22 19:39:05 (GMT)
commit0cb2e26f5a6e006a8f55c0bf1a4539e6ba390d7c (patch)
tree54ad2713ff08b968c2c6f80de1b2d85906ac126e /configure.ac
parentbf47c596a5819249e427fa80724fe9c88fb9c5c2 (diff)
downloadhdf5-0cb2e26f5a6e006a8f55c0bf1a4539e6ba390d7c.zip
hdf5-0cb2e26f5a6e006a8f55c0bf1a4539e6ba390d7c.tar.gz
hdf5-0cb2e26f5a6e006a8f55c0bf1a4539e6ba390d7c.tar.bz2
[svn-r26888] Removed the preprocessor option "-UNDEBUG"
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ee75444..895cb30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1761,12 +1761,12 @@ all_packages="ac,b,b2,d,e,f,g,hg,hl,i,mf,mm,o,p,s,t,v,z"
case "X-$DEBUG_PKG" in
X-yes)
DEBUG_PKG="d,e,f,g,hg,i,mm,o,p,s,t,v,z"
- H5_CPPFLAGS="$H5_CPPFLAGS -UNDEBUG"
+## H5_CPPFLAGS="$H5_CPPFLAGS -UNDEBUG"
AC_MSG_RESULT([default ($DEBUG_PKG)])
;;
X-all)
DEBUG_PKG=$all_packages
- H5_CPPFLAGS="$H5_CPPFLAGS -UNDEBUG"
+## H5_CPPFLAGS="$H5_CPPFLAGS -UNDEBUG"
AC_MSG_RESULT([all ($DEBUG_PKG)])
;;
X-no|X-none)