summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorRonan Waide <waider@waider.ie>2006-01-30 00:26:21 +0000
committerRonan Waide <waider@waider.ie>2006-01-30 00:26:21 +0000
commit2565e552dfd6ef525d58403f7ced94e6bd99e0cf (patch)
tree467ca2be5d0cd83c5b441980b9bbc02772d7520f /aclocal.m4
parent0fb5253e36e2bdc2e8121ac6c332c24fce224634 (diff)
* inverted condition check. Doh.
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