Skip to content

Commit

Permalink
add RapidJSON support
Browse files Browse the repository at this point in the history
  • Loading branch information
chungongyu committed Dec 4, 2018
1 parent 0873a86 commit 8234344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ before_install:
- sudo apt-get install -y rapidjson-dev
- sh autogen.sh
script:
- ./configure RAPIDJSON_CFLAGS=-I/usr/include RAPIDJSON_LIBS= && make
- ./configure RAPIDJSON_CFLAGS=-I/usr/include RAPIDJSON_LIBS="-L/usr/lib" && make
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AC_OPENMP

AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])

# PKG_CHECK_MODULES([RAPIDJSON], [RapidJSON >= 1.0.0])
PKG_CHECK_MODULES([RAPIDJSON], [RapidJSON >= 1.0.0])
PKG_CHECK_MODULES([LOG4CXX], [liblog4cxx >= 0.10.0])
AS_IF([test "x$with_tcmalloc" = "xyes"], [
PKG_CHECK_MODULES([TCMALLOC], [libtcmalloc >= 2.1])
Expand Down

0 comments on commit 8234344

Please sign in to comment.