From 518dbbc96bf759635cef4d6d37ad38d3d9fc5b51 Mon Sep 17 00:00:00 2001 From: chiehminw Date: Wed, 6 Mar 2019 15:21:13 +0800 Subject: Respect CXX variable during configure commit 6ac83ce7eb99 use CXX to link ndpiReader however CXX is not properly set in configure step Fixes: 6ac83ce7eb99 ("Fixes broken hyperscan compilation") Signed-off-by: chiehminw --- configure.seed | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.seed') diff --git a/configure.seed b/configure.seed index 1aa68f17c..6999ff78f 100644 --- a/configure.seed +++ b/configure.seed @@ -8,6 +8,7 @@ LT_INIT AC_PROG_CC AM_PROG_CC_C_O +AC_PROG_CXX AX_PTHREAD NDPI_VERSION_SHORT="@NDPI_VERSION_SHORT@" -- cgit v1.2.3