aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6045c42..693dfd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,9 @@ GUILE_PROGS
PKG_CHECK_MODULES([XAPIAN], [xapian-core])
PKG_CHECK_MODULES([ZLIB], [zlib])
+# To build the website
+AC_PATH_PROG([EMACS], [emacs])
+
dnl pkg-config does not output xapian include flags when the include
dnl path is already in CPATH. See
dnl https://unix.stackexchange.com/questions/362289/why-is-pkg-config-cflags-openssl-returning-nothing-on-rhel-6-8