You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2018/09/04 21:54:38 UTC

[mesos] branch 1.5.x updated: Fixed a typo in configure.ac.

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

kapil pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.5.x by this push:
     new 6463d14  Fixed a typo in configure.ac.
6463d14 is described below

commit 6463d143bfe4f558bb4c355164bb721e0e6bb257
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Sep 4 17:52:01 2018 -0400

    Fixed a typo in configure.ac.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 35aa07e..db87902 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1258,7 +1258,7 @@ fi
 
 AM_CONDITIONAL([HAS_JAVA], [test "x$has_java" = "xyes"])
 AC_PATH_PROG([JAVAH], [javah], [$JAVAH], [$JAVA_HOME/bin])
-AM_CONDITIONAL([HAS_JAVAH], [test -n "x$JAVAH" != "x"])
+AM_CONDITIONAL([HAS_JAVAH], [test "x$JAVAH" != "x"])
 
 
 # Check if LevelDB prefix path was supplied and if so, add it to