]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - configure.in
update from main archive 970221
[thirdparty/glibc.git] / configure.in
index f3e97798e6b5a9bba6cba4c65b23cbd68fe82161..8b797c792ee3325bd109d33834b1b632cc9c296c 100644 (file)
@@ -75,6 +75,9 @@ AC_ARG_ENABLE(profile, dnl
 AC_ARG_ENABLE(omitfp, dnl
 [  --enable-omitfp         build undebuggable optimized library [default=no]],
              omitfp=$enableval, omitfp=no)
+AC_ARG_ENABLE(bounded, dnl
+[  --enable-bounded        build with runtime bounds checking [default=no]],
+             bounded=$enableval, bounded=no)
 
 dnl Generic infrastructure for drop-in additions to libc.
 AC_ARG_ENABLE(add-ons, dnl
@@ -755,6 +758,7 @@ if test $shared = default; then
 fi
 AC_SUBST(profile)
 AC_SUBST(omitfp)
+AC_SUBST(bounded)
 
 AC_SUBST(DEFINES)