diff options
| author | Arun Isaac | 2026-09-24 02:13:14 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-09-24 02:48:48 +0100 |
| commit | ee735bfd4eda7cc51a61951e9bc86bc3771b4b05 (patch) | |
| tree | 586a9c53cfee86624d677ee447fd97b8e8dd0d63 /configure.ac | |
| parent | f6bba70391b887588c9c4652a683db89bb4ecb3a (diff) | |
| download | guile-xapian-ee735bfd4eda7cc51a61951e9bc86bc3771b4b05.tar.gz guile-xapian-ee735bfd4eda7cc51a61951e9bc86bc3771b4b05.tar.lz guile-xapian-ee735bfd4eda7cc51a61951e9bc86bc3771b4b05.zip | |
Build website entirely with G-expressions.
We can now build the website without any of the autotools tooling.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 07e5b57..ebaba78 100644 --- a/configure.ac +++ b/configure.ac @@ -36,9 +36,6 @@ PKG_CHECK_MODULES([ZLIB], [zlib]) # For tests AC_PATH_PROG([GUILE_RUN64], [guile-run64]) -# 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 |
