summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2024-02-07 09:24:32 +0800
committerPo Lu <luangruo@yahoo.com>2024-02-07 09:25:48 +0800
commita45e1237b290a9c04b416703825b105321139608 (patch)
tree8b3b077448de7f0a8c28b6ba85ba13f774763c35 /configure.ac
parent77f240012f1e9a7cfee60adedebc8e6a230ce49b (diff)
downloademacs-a45e1237b290a9c04b416703825b105321139608.tar.gz
; Fix typo in configure.ac
* configure.ac: Fix typo. Reported by Juri Linkov <juri@linkov.net>.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 901980c4d8e..b74eba879ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1231,7 +1231,7 @@ package will likely install on older systems but crash on startup.])
passthrough="$passthrough --with-mailutils=$with_mailutils"
passthrough="$passthrough --with-pop=$with_pop"
passthrough="$passthrough --with-harfbuzz=$with_harfbuzz"
- passthrough="$passthrough --with-threads=$with_png"
+ passthrough="$passthrough --with-threads=$with_threads"
# Now pass through some checking options.
emacs_val="--enable-check-lisp-object-type=$enable_check_lisp_object_type"