]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: fix typo in previous change
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Aug 2017 01:56:36 +0000 (18:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Aug 2017 01:57:10 +0000 (18:57 -0700)
configure.ac

index 609ecdc8f1af094cc54ac271319e51470e99cd72..2e0b416053b07f895707764420f3e76fc40204a0 100644 (file)
@@ -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