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

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


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

commit da3dcb9409fe685c5b3e66e65e43ef99a51d6c57
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 4b3d9f5..fe1bf94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1368,7 +1368,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