summaryrefslogtreecommitdiffstats
path: root/configure
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
parentbf47c596a5819249e427fa80724fe9c88fb9c5c2 (diff)
downloadhdf5-0cb2e26f5a6e006a8f55c0bf1a4539e6ba390d7c.zip
hdf5-0cb2e26f5a6e006a8f55c0bf1a4539e6ba390d7c.tar.gz
hdf5-0cb2e26f5a6e006a8f55c0bf1a4539e6ba390d7c.tar.bz2
[svn-r26888] Removed the preprocessor option "-UNDEBUG"
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f821112..d87638c 100755
--- a/configure
+++ b/configure
@@ -26405,13 +26405,13 @@ 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"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: default ($DEBUG_PKG)" >&5
$as_echo "default ($DEBUG_PKG)" >&6; }
;;
X-all)
DEBUG_PKG=$all_packages
- H5_CPPFLAGS="$H5_CPPFLAGS -UNDEBUG"
+## H5_CPPFLAGS="$H5_CPPFLAGS -UNDEBUG"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: all ($DEBUG_PKG)" >&5
$as_echo "all ($DEBUG_PKG)" >&6; }
;;