[maemo-commits] [maemo-commits] r9564 - projects/haf/trunk/osso-gnome-vfs2
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Feb 2 15:47:14 EET 2007
- Previous message: [maemo-commits] r9563 - in projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3: . template
- Next message: [maemo-commits] r9565 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: richard Date: 2007-02-02 15:47:13 +0200 (Fri, 02 Feb 2007) New Revision: 9564 Modified: projects/haf/trunk/osso-gnome-vfs2/ChangeLog projects/haf/trunk/osso-gnome-vfs2/configure.in Log: Don't enable http debug by default. Modified: projects/haf/trunk/osso-gnome-vfs2/ChangeLog =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/ChangeLog 2007-02-02 12:14:48 UTC (rev 9563) +++ projects/haf/trunk/osso-gnome-vfs2/ChangeLog 2007-02-02 13:47:13 UTC (rev 9564) @@ -1,3 +1,7 @@ +2007-02-01 Richard Hult <richard at imendio.com> + + * configure.in: Merge patch from 2.17.x to disable HTTP debug output. + 2006-11-20 Alexander Larsson <alexl at redhat.com> * NEWS: Modified: projects/haf/trunk/osso-gnome-vfs2/configure.in =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/configure.in 2007-02-02 12:14:48 UTC (rev 9563) +++ projects/haf/trunk/osso-gnome-vfs2/configure.in 2007-02-02 13:47:13 UTC (rev 9564) @@ -483,16 +483,10 @@ VFS_NEON_BUNDLED(imported/neon) AC_ARG_ENABLE(http-debug, -[ --enable-http-debug Enable HTTP method debugging], -set_http_debug="$enableval",[ -if test -f $srcdir/CVSVERSION; then - set_http_debug=yes -else - set_http_debug=no -fi -]) + [AS_HELP_STRING([--enable-http-debug],[Enable HTTP method debugging])], + [],[enable_http_debug=no]) -if test x$set_http_debug = xyes; then +if test "$enable_http_debug" = "yes"; then AC_DEFINE([DEBUG_HTTP_ENABLE], 1, [Indicates http debugging status]) AC_MSG_NOTICE([HTTP module debugging ENABLED]) fi
- Previous message: [maemo-commits] r9563 - in projects/haf/branches/hildon-theme-plankton/hildon-theme-plankton-3: . template
- Next message: [maemo-commits] r9565 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]