From: Yedidya Feldblum <yfeldblum@fb.com>
Date: Sun, 13 Sep 2015 23:44:39 +0000 (-0700)
Subject: The ' in folly/configure.ac messes with Vim's highlighting
X-Git-Tag: deprecate-dynamic-initializer~414
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5db15d5688dcbe6f2b7ebcb7c4ad80c8f1b528f1;p=folly.git

The ' in folly/configure.ac messes with Vim's highlighting

Summary: [Folly] The ' in `folly/configure.ac` messes with Vim's highlighting.

Reviewed By: @JoelMarcey

Differential Revision: D2438280
---

diff --git a/folly/configure.ac b/folly/configure.ac
index b4d59e10..f0add33f 100644
--- a/folly/configure.ac
+++ b/folly/configure.ac
@@ -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(