summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 687e7d8..5e6f150 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -158,6 +158,8 @@ AC_DEFUN([BBDB_PROG_EMACS],
AC_MSG_ERROR([*** No Emacs program found.])
fi
if test -x "${EMACS_PROG}"; then
+ echo "yay" > /dev/null # because I don't know if 'if !' is portable
+ else
dnl AC_CHECK_PROGS only verifies this if you don't override manually
AC_MSG_ERROR([*** ${EMACS_PROG} isn't executable.])
fi