From 0a0f417006abe5afd56c078142d480a26b611950 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Fri, 26 Mar 2010 21:40:38 +0100 Subject: [win32] Remove the C++ dependency Implement the Windows SENS network monitoring in plain C --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f634caf627..33ced71478 100644 --- a/configure.ac +++ b/configure.ac @@ -1152,7 +1152,6 @@ AC_ARG_ENABLE([sens], AC_MSG_CHECKING([if Windows SENS support is enabled]) AC_MSG_RESULT([$enable_sens]) if test "$enable_sens" = yes; then - AC_PROG_CXX AC_CHECK_HEADERS([eventsys.h sensevts.h rpc.h],[ enable_sens="yes" ],[ enable_sens="no" ]) fi if test "$enable_sens" = yes; then -- cgit