You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/11/04 02:34:55 UTC

[trafficserver] branch master updated: Expand 'asan' abbreviation.

This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  7d38227   Expand 'asan' abbreviation.
7d38227 is described below

commit 7d38227a60b0f81cccaeeb46458baeabdc8bad1a
Author: James Peach <jp...@apache.org>
AuthorDate: Thu Nov 3 19:34:47 2016 -0700

    Expand 'asan' abbreviation.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index eed69ef..ddbd804 100644
--- a/configure.ac
+++ b/configure.ac
@@ -191,7 +191,7 @@ AC_MSG_RESULT([$enable_werror])
 # Enable ASAN for the builds
 AC_MSG_CHECKING([whether to enable asan])
 AC_ARG_ENABLE([asan],
-  [AS_HELP_STRING([--enable-asan],[turn on asan])],
+  [AS_HELP_STRING([--enable-asan],[enable Address Sanitizer])],
   [],
   [enable_asan=no]
 )

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].