Skip to content

Commit

Permalink
configure.ac: search for new json.hpp version 3
Browse files Browse the repository at this point in the history
Patch configure file to find the new json.hpp file location
  • Loading branch information
LocutusOfBorg authored Jul 31, 2018
1 parent d165714 commit 942c1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ AS_IF([test "x$have_cpprest" = "xyes"],
])
AM_CONDITIONAL([HAVE_CPPREST], [test "x$have_cpprest" != "xno"])

AC_CHECK_HEADERS([json.hpp])
AC_CHECK_HEADERS([nlohmann/json.hpp])

WX_CONFIG_CHECK([3.0.3], [WXFOUND=1], [WXFOUND=0], [$WXLIBS_USED], [--unicode])

Expand Down

0 comments on commit 942c1be

Please sign in to comment.