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

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


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

commit c30ee0b61b65c24e9131a3efa1e0065c4e3a0323
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 4172f1e..9a69f43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1246,7 +1246,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

Reply via email to