From ade0c15da8a81b8909b0f6e6661e95e92dbb9668 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 18 Oct 2006 21:21:02 +0000 Subject: * configure.in: Disable building profile libraries by default. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 924b0406cb..6a7e51d853 100644 --- a/configure.in +++ b/configure.in @@ -131,9 +131,9 @@ AC_ARG_ENABLE([shared], [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@:>@]), -- cgit v1.2.3