Rename found_debug to enable_debug.

This commit is contained in:
Nicholas Marriott
2016-10-18 20:19:24 +01:00
parent 7d5fd5fcd0
commit ba9f47c544
2 changed files with 3 additions and 3 deletions

View File

@ -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\""