diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-01-21 16:57:14 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-01-22 14:43:51 -0500 |
commit | 238f31ccfd9707f979f491cd8b772cb0b1db2331 (patch) | |
tree | 7d44025a5c3957f74a40131276d1582b59f10948 /configure.ac | |
parent | 560bc289fc6a5b308f985d4c84e0cdf1f88c55fd (diff) | |
download | haskell-238f31ccfd9707f979f491cd8b772cb0b1db2331.tar.gz |
configure.ac: Eliminate stray close bracket
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a7100cc45a..1bb06f8194 100644 --- a/configure.ac +++ b/configure.ac @@ -1212,7 +1212,7 @@ fi echo "\ Tools to build Sphinx HTML documentation available: $BUILD_SPHINX_HTML - Tools to build Sphinx PDF documentation available: $BUILD_SPHINX_PDF"] + Tools to build Sphinx PDF documentation available: $BUILD_SPHINX_PDF" echo "---------------------------------------------------------------------- " |