]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in configure.ac
authorPo Lu <luangruo@yahoo.com>
Wed, 7 Feb 2024 01:24:32 +0000 (09:24 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 7 Feb 2024 10:56:20 +0000 (11:56 +0100)
* configure.ac: Fix typo.  Reported by Juri Linkov
<juri@linkov.net>.

(cherry picked from commit a45e1237b290a9c04b416703825b105321139608)

configure.ac

index 13c27551c7f3c33ca8f02858afef9f5cdad23e26..da78afd3fc519c259351c5369bf00342c599c5d1 100644 (file)
@@ -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"