From 5b50e2a3affddb5693b91846b6c621590b8d21b2 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 2 Feb 2017 20:29:46 -0800 Subject: configure: don't generate config.h it's not being used for anything as of now. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 31770f5..40c8e7a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,6 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC AM_PROG_AR AC_PROG_RANLIB -AC_CONFIG_HEADERS([config.h]) AM_SILENT_RULES([yes]) PKG_CHECK_MODULES(VWM, x11 xext xinerama xrandr xcomposite xfixes xdamage xrender) -- cgit v1.2.3