* configure.ac: fix typo in previous change
This commit is contained in:
parent
9b4b2e9fc8
commit
0001ff27c4
1 changed files with 1 additions and 1 deletions
|
@ -1042,7 +1042,7 @@ edit_cflags="
|
|||
AC_ARG_ENABLE(link-time-optimization,
|
||||
[AS_HELP_STRING([--enable-link-time-optimization],
|
||||
[build with link-time optimization
|
||||
(experimental; see INSTALL)])])
|
||||
(experimental; see INSTALL)])],
|
||||
if test "${enableval}" != "no"; then
|
||||
ac_lto_supported=no
|
||||
if test "$emacs_cv_clang" = yes; then
|
||||
|
|
Loading…
Add table
Reference in a new issue