HAWQ-1186. Remove with-thrift in src/Makefile.global.in
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 785c4df..9dae4bb 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -220,10 +220,6 @@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
-with_thrift = @with_thrift@
-ifeq ($(with_thrift), yes)
-CPPFLAGS += -I$(abs_top_srcdir)/depends/thirdparty/thrift/install$(prefix)/include
-endif
CPPFLAGS += -I$(abs_top_srcdir)/depends/libhdfs3/build/install$(prefix)/include
CPPFLAGS += -I$(abs_top_srcdir)/depends/libyarn/build/install$(prefix)/include
@@ -275,9 +271,6 @@
LDFLAGS = -L$(top_builddir)/src/port
endif
LDFLAGS += @LDFLAGS@
-ifeq ($(with_thrift), yes)
-LDFLAGS += -L$(abs_top_srcdir)/depends/thirdparty/thrift/install$(prefix)/lib
-endif
LDFLAGS += -L$(abs_top_srcdir)/depends/libhdfs3/build/install$(prefix)/lib
LDFLAGS += -L$(abs_top_srcdir)/depends/libyarn/build/install$(prefix)/lib