summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-01 11:45:20 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-01 11:45:20 (EDT)
commit5cf08b8daffc34d2d8da921a04e6f8d33b1f1aee (patch)
tree7cfd42349708dfd86ee523b5dd74fd07554ebd3c
parent91dfa82022dc6f1c4d168966631c30d98ba3969c (diff)
build: Don't use GNU Emacs, don't install po-mode.
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 1d7076b..4a5fb98 100755
--- a/build
+++ b/build
@@ -4,7 +4,8 @@ include ../source.mk
build:
oh-autoconfigure -- \
- --enable-threads --disable-java
+ --enable-threads --disable-java \
+ --without-emacs
oh-autobuild
touch $@