summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-10-18 20:19:24 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-10-18 20:19:24 +0100
commitba9f47c544264d0d268092c9471a8cac2d1ea19f (patch)
treeb962260f20ff53d6e3b946f341ec77c9013a02ad /Makefile.am
parent7d5fd5fcd02564226abb067b0a47da637ca653fc (diff)
Rename found_debug to enable_debug.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b56e9280..130df784 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ EXTRA_DIST = \
compat.h tmux.h osdep-*.c xmalloc.h mdoc2man.awk tmux.1
dist-hook:
make clean
- grep "^#found_debug=" configure
+ grep "^#enable_debug=" configure
# Preprocessor flags.
AM_CPPFLAGS += @XOPEN_DEFINES@ -DTMUX_CONF="\"$(sysconfdir)/tmux.conf\""