From 5db15d5688dcbe6f2b7ebcb7c4ad80c8f1b528f1 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Sun, 13 Sep 2015 16:44:39 -0700 Subject: [PATCH] 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 --- folly/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.34.1