[cpp-sp] 01/04: This apostrophe messed up syntax highlighting in Vim
Scott Cantor
cantor.2 at osu.edu
Fri Jun 29 12:32:55 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=0cc9e69376e3729a70ab6da292c345fa2bd94ef3
commit 0cc9e69376e3729a70ab6da292c345fa2bd94ef3
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Thu Jun 28 14:03:07 2018 +0200
This apostrophe messed up syntax highlighting in Vim
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 7f00ca6..6871cf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,7 +173,7 @@ AC_CONFIG_FILES([Makefile doc/Makefile schemas/Makefile \
## ADFS?
AC_CONFIG_FILES([adfs/Makefile])
AC_ARG_ENABLE([adfs],
- AS_HELP_STRING([--disable-adfs],[don't build the ADFS module]),
+ AS_HELP_STRING([--disable-adfs],[do not build the ADFS module]),
[adfs_enabled=$enableval], [adfs_enabled=yes])
if test "x$adfs_enabled" = "x" ; then
adfs_enabled=yes
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list