The ' in folly/configure.ac messes with Vim's highlighting
authorYedidya Feldblum <yfeldblum@fb.com>
Sun, 13 Sep 2015 23:44:39 +0000 (16:44 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Mon, 14 Sep 2015 00:20:16 +0000 (17:20 -0700)
Summary: [Folly] The ' in `folly/configure.ac` messes with Vim's highlighting.

Reviewed By: @JoelMarcey

Differential Revision: D2438280

folly/configure.ac

index b4d59e10dc1d89916a4c526529ea78c359536231..f0add33f4e86c98ba6bcb6a628769371b1777d3c 100644 (file)
@@ -228,7 +228,7 @@ AC_CACHE_CHECK(
     [folly_cv_lib_libcpp=no])])
 
 if test "$folly_cv_lib_libcpp" = yes; then
-  AC_DEFINE([USE_LIBCPP], [1], [Define to 1 if we're using libc++.])
+  AC_DEFINE([USE_LIBCPP], [1], [Define to 1 if we are using libc++.])
 fi
 
 AC_CACHE_CHECK(