+2006-10-18 Ulrich Drepper <drepper@redhat.com>
+
+ * configure.in: Disable building profile libraries by default.
+
2006-10-17 Jakub Jelinek <jakub@redhat.com>
* sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
[default=no]
--enable-shared build shared library [default=yes if GNU ld &
ELF]
- --enable-profile build profiled library [default=yes]
+ --enable-profile build profiled library [default=no]
--enable-omitfp build undebuggable optimized library
[default=no]
--enable-bounded build with runtime bounds checking
enableval="$enable_profile"
profile=$enableval
else
- profile=yes
+ profile=no
fi;
# Check whether --enable-omitfp or --disable-omitfp was given.
if test "${enable_omitfp+set}" = set; then
[shared=default])
AC_ARG_ENABLE([profile],
AC_HELP_STRING([--enable-profile],
- [build profiled library @<:@default=yes@:>@]),
+ [build profiled library @<:@default=no@:>@]),
[profile=$enableval],
- [profile=yes])
+ [profile=no])
AC_ARG_ENABLE([omitfp],
AC_HELP_STRING([--enable-omitfp],
[build undebuggable optimized library @<:@default=no@:>@]),