From 342192b4ede8d4b63853ca28218d56a2fdfa3d8a Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 6 Jul 2016 08:34:47 +0200 Subject: Remove work-around for older i3 version (< 4.9) - I3 got ewhm support in Feb. 2015. --- configure.ac | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 54deace0..f052eec5 100644 --- a/configure.ac +++ b/configure.ac @@ -64,13 +64,6 @@ dnl --------------------------------------------------------------------- AC_ARG_ENABLE([timings], AC_HELP_STRING([--enable-timings],[Enable timing output])) AS_IF( [ test "x$enable_timings" = "xyes"], [AC_DEFINE([TIMINGS],[1], [Enable timings output])]) -dnl --------------------------------------------------------------------- -dnl I3 check -dnl --------------------------------------------------------------------- -AC_ARG_ENABLE(i3support, [AS_HELP_STRING([--disable-i3support], [Disable check for i3 support])]) -AS_IF([test "x$enable_i3support" != xno && test "x$enable_windowmode" != "xno"],[AC_CHECK_HEADERS([i3/ipc.h], [i3_header=yes; break;])]) - - dnl --------------------------------------------------------------------- dnl Check for C functions. dnl --------------------------------------------------------------------- @@ -113,11 +106,6 @@ dnl ----------------------------------------------- echo "" echo "-------------------------------------" -if test x$i3_header = xyes; then -echo "I3 support: Enabled" -else -echo "I3 support: Disabled" -fi if test x$enable_timings = xyes; then echo "Timing output: Enabled" else -- cgit v1.2.3