diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-02-02 20:29:46 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-02-02 20:29:46 -0800 |
commit | 5b50e2a3affddb5693b91846b6c621590b8d21b2 (patch) | |
tree | 38293c3c1c8368f7cd6e91ea5ed74799801fdda4 | |
parent | 325e204928c9caaabe839fe6863eeccd64fd5d27 (diff) |
configure: don't generate config.h
it's not being used for anything as of now.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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) |