You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2015/02/08 16:51:39 UTC

[12/20] mesos git commit: Fix weird outputing when running configure.

Fix weird outputing when running configure.

Review: https://reviews.apache.org/r/29531


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

Branch: refs/heads/master
Commit: 64e509b896b2f4cdc73e1d4cc76b2a2698e99cfe
Parents: 16dc6c5
Author: Benjamin Hindman <be...@gmail.com>
Authored: Tue Dec 16 13:13:35 2014 -0800
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Sat Feb 7 14:42:46 2015 -0800

----------------------------------------------------------------------
 3rdparty/libprocess/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/64e509b8/3rdparty/libprocess/configure.ac
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/configure.ac b/3rdparty/libprocess/configure.ac
index 19bc601..a126ecf 100644
--- a/3rdparty/libprocess/configure.ac
+++ b/3rdparty/libprocess/configure.ac
@@ -703,7 +703,7 @@ esac
 # Also pass the flags to 3rdparty libraries.
 CONFIGURE_ARGS="$CONFIGURE_ARGS CXXFLAGS='$CXXFLAGS'"
 
-AC_CHECK_LIB([dl], [dlopen], [AC_MSG_RESULT([found])],
+AC_CHECK_LIB([dl], [dlopen], [],
 	     [AC_MSG_ERROR([cannot find libdl
 -------------------------------------------------------------------
 libdl was not found, and is required for compilation.