Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ntop/nDPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 672e3a42fb2309c5eecd07ce065f5f997dbb4fc7
Choose a base ref
..
head repository: ntop/nDPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e4736c38dd5f3c65c387cf21ff1f14a2982d7699
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 configure.ac
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -179,7 +179,7 @@ if ! test "${with_only_libndpi+set}" = set; then :
JSONC_CFLAGS=""
])
dnl> AX_PTHREAD test does not work along with MingW/MSYS anymore
AS_IF([test "$BUILD_MINGW" != "1"],[
AS_IF([test "x$BUILD_MINGW" != "x1"],[
AX_PTHREAD([],[
AC_MSG_WARN([POSIX Threads not available. Building library only.])
JSONC_LIBS=""