; Fix typo in configure.ac
* configure.ac: Fix typo. Reported by Juri Linkov <juri@linkov.net>.
This commit is contained in:
parent
77f240012f
commit
a45e1237b2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue