diff options
| author | Paul Eggert | 2016-04-05 08:16:01 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-04-05 08:16:01 -0700 |
| commit | e2c117a28f767c9756d2d620929b37651dbe43d1 (patch) | |
| tree | 0a12cb9c983bb162efa6494ed9c74dcbe2aa89e7 | |
| parent | 5baecbc0ebc11178edd73431b644a5de0a31be25 (diff) | |
| download | emacs-e2c117a28f767c9756d2d620929b37651dbe43d1.tar.gz emacs-e2c117a28f767c9756d2d620929b37651dbe43d1.zip | |
; Spelling fix
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 917ca3a2f3d..790ff84365e 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -876,7 +876,7 @@ AC_ARG_ENABLE([gcc-warnings], | |||
| 876 | # is a developer as opposed to a builder. This is most likely true | 876 | # is a developer as opposed to a builder. This is most likely true |
| 877 | # if GCC is recent enough and there is a .git subdirectory; | 877 | # if GCC is recent enough and there is a .git subdirectory; |
| 878 | # however, if there is also a .tarball-version file it is probably | 878 | # however, if there is also a .tarball-version file it is probably |
| 879 | # just a reliease imported into Git for patch management. | 879 | # just a release imported into Git for patch management. |
| 880 | gl_gcc_warnings=no | 880 | gl_gcc_warnings=no |
| 881 | test -d "$srcdir"/.git && test ! -f "$srcdir"/.tarball-version && | 881 | test -d "$srcdir"/.git && test ! -f "$srcdir"/.tarball-version && |
| 882 | gl_GCC_VERSION_IFELSE([5], [3], [gl_gcc_warnings=warn-only])] | 882 | gl_GCC_VERSION_IFELSE([5], [3], [gl_gcc_warnings=warn-only])] |