1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-28 03:19:55 +02:00

maint: rewrap a long line noticed by make syntax-check

* configure.ac: Wrap the recently introduced long line.
This commit is contained in:
Pádraig Brady
2012-12-19 11:44:28 +00:00
parent f9bf96bfa7
commit e5345f1915
+2 -1
View File
@@ -99,7 +99,8 @@ AC_ARG_ENABLE([gcc-warnings],
# certain sections of code. So if this is available and
# we're running from a git repo, then auto enable the warnings.
gl_gcc_warnings=no
gl_GCC_VERSION_IFELSE([4], [6], [test -d "$srcdir"/.git && gl_gcc_warnings=yes])]
gl_GCC_VERSION_IFELSE([4], [6],
[test -d "$srcdir"/.git && gl_gcc_warnings=yes])]
)
if test "$gl_gcc_warnings" = yes; then