From bbf294be66427f512c3ec1e0f35a98d809f9d248 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Wed, 10 Feb 1999 00:00:50 +0000 Subject: [PATCH] Automated update --- configure | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/configure b/configure index ead846d2285..f2134faf6ff 100755 --- a/configure +++ b/configure @@ -46,7 +46,7 @@ ac_help="$ac_help ac_help="$ac_help --enable-debug enable debug symbols" ac_help="$ac_help - --enable-gprof enable gprof symbols and debugging" + --enable-gprof enable gprof symbols" ac_help="$ac_help --enable-profile enable profiling (solaris only)" ac_help="$ac_help @@ -5867,11 +5867,11 @@ fi if test "${enable_gprof+set}" = set; then enableval="$enable_gprof" if test "$enableval" = "yes"; then - MOZ_DEBUG=1 OPTIMIZE="-pg -g" + GPROF="-pg" elif test "$enableval" = "no"; then : else - MOZ_DEBUG_MODULES=`echo $enableval | sed 's|,| |g'` + { echo "configure: error: Option, gprof, does not take an argument ($enableval)." 1>&2; exit 1; } fi fi @@ -7526,7 +7526,7 @@ fi CFLAGS=$_SAVE_CFLAGS -CFLAGS="${OPTIMIZE} ${COMPILER_WARNINGS} ${CFLAGS}" +CFLAGS="${OPTIMIZE} ${GPROF} ${COMPILER_WARNINGS} ${CFLAGS}" LDFLAGS=$_SAVE_LDFLAGS LIBS=$_SAVE_LIBS @@ -7947,6 +7947,8 @@ mailnews/compose/Makefile mailnews/compose/public/Makefile mailnews/compose/src/Makefile mailnews/compose/tests/Makefile +mailnews/compose/tests/smtp/Makefile +mailnews/compose/tests/compose/Makefile mailnews/public/Makefile "