aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-03-27 04:40:38 +0800
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-03-27 04:45:35 +0800
commit0a0f417006abe5afd56c078142d480a26b611950 (patch)
treeb3efb87844aa387d276124a820e6dca499d4b7be /configure.ac
parent56daae923f75506d49ff9677c7d629028925d9ef (diff)
downloadgsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.tar
gsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.tar.gz
gsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.tar.bz2
gsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.tar.lz
gsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.tar.xz
gsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.tar.zst
gsoc2013-evolution-0a0f417006abe5afd56c078142d480a26b611950.zip
[win32] Remove the C++ dependency
Implement the Windows SENS network monitoring in plain C
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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