You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2015/09/17 00:44:01 UTC

[4/5] mesos git commit: Revert "Integer Precision for JSON <-> Protobuf conversions."

Revert "Integer Precision for JSON <-> Protobuf conversions."

This reverts commit ae9579d9249844703413eaec7c83c504aba247d0.


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

Branch: refs/heads/master
Commit: 5de90ef1d2a79b625262baf0649f13424d313b46
Parents: f870375
Author: Joris Van Remoortere <jo...@gmail.com>
Authored: Wed Sep 16 18:42:58 2015 -0400
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Wed Sep 16 18:42:58 2015 -0400

----------------------------------------------------------------------
 src/Makefile.am | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/5de90ef1/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 967147e..db2f8d9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -106,9 +106,6 @@ MESOS_CPPFLAGS += -I../include/mesos
 MESOS_CPPFLAGS += -I../$(BOOST)
 MESOS_CPPFLAGS += -I../$(PICOJSON)
 
-# Enable the INT64 support for PicoJSON.
-MESOS_CPPFLAGS += -DPICOJSON_USE_INT64
-
 MESOS_CPPFLAGS += -I../$(PROTOBUF)/src
 MESOS_CPPFLAGS += -I../$(GLOG)/src