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:53:59 UTC

[mesos] branch 1.7.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.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


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

commit 5e8c411cf8e20b1ff17f7535c11c4c1792a1c12c
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 e690032..056e440 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1424,7 +1424,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