From ba2986016010d9321d7b08c611d39bcb33c1d369 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sat, 21 Jan 2012 16:47:10 +0200 Subject: Remove duplicate Windows SENS checks --- configure.ac | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/configure.ac b/configure.ac index 102244810a..f548b3fd73 100644 --- a/configure.ac +++ b/configure.ac @@ -1165,25 +1165,6 @@ if test "$enable_sens" = yes; then AC_SUBST(HAVE_SENS) AC_SUBST(SENS_LIBS) fi -AC_MSG_CHECKING([if Windows SENS support is enabled]) -AC_MSG_RESULT([$enable_sens]) -if test "$enable_sens" = yes; then - SENS_LIBS="-lole32 -loleaut32 -luuid -lrpcrt4" - AC_CHECK_HEADER([eventsys.h], - [AC_DEFINE([HAVE_EVENTSYS_H], 1, [Have ])],, - [[ #if HAVE_EVENTSYS_H - #include - #endif - ]]) - AC_CHECK_HEADER([sensevts.h], - [AC_DEFINE([HAVE_SENSEVTS_H], 1, [Have ])],, - [[ #if HAVE_SENSEVTS_H - #include - #endif - ]]) - AC_SUBST(HAVE_SENS) - AC_SUBST(SENS_LIBS) -fi AM_CONDITIONAL([ENABLE_WINDOWS_SENS], [test "$enable_sens" = yes]) dnl ****************************** -- cgit v1.2.3