aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 0212115..4d64b5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,11 +184,6 @@ AM_CONDITIONAL(WANT_SMALL_ICONS, test x$enable_small_icons = xyes)
dnl ----- Specific Applet deps ----------------------------------------------
-AC_CHECK_HEADERS(linux/version.h, have_linux_ver_h=yes, have_linux_ver_h=no)
-if test x$have_linux_ver_h = xyes; then
- AC_DEFINE(HAVE_LINUX_VER_H, [1], [Have linux version header])
-fi
-
miniapm_enabled="no ( enable ACPI? )"
if test x$enable_acpi_linux = xyes; then