You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2017/08/23 20:33:24 UTC

mesos git commit: Removed unnecessary AS_HELP_STRING arguments.

Repository: mesos
Updated Branches:
  refs/heads/master d083f8b41 -> f961c9d4a


Removed unnecessary AS_HELP_STRING arguments.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f961c9d4
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f961c9d4
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f961c9d4

Branch: refs/heads/master
Commit: f961c9d4ab6ee5c9893cc9738765d7626909ed9e
Parents: d083f8b
Author: James Peach <jp...@apache.org>
Authored: Wed Aug 23 13:32:21 2017 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Wed Aug 23 13:32:54 2017 -0700

----------------------------------------------------------------------
 m4/libnl3.m4 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f961c9d4/m4/libnl3.m4
----------------------------------------------------------------------
diff --git a/m4/libnl3.m4 b/m4/libnl3.m4
index d3df6e4..238ac6e 100644
--- a/m4/libnl3.m4
+++ b/m4/libnl3.m4
@@ -39,8 +39,7 @@ AC_DEFUN([MESOS_HAVE_LIBNL3], [
 
 AC_ARG_WITH([nl],
   AS_HELP_STRING([--with-nl=@<:@DIR@:>@],
-                 [specify where to locate the libnl3 library [default: /usr]]),
-  [], []
+                 [specify where to locate the libnl3 library [default: /usr]])
 )
 
 # Make sure we only manipulate the compiler flags the first time