projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4258103
)
The ' in folly/configure.ac messes with Vim's highlighting
author
Yedidya Feldblum
<yfeldblum@fb.com>
Sun, 13 Sep 2015 23:44:39 +0000
(16:44 -0700)
committer
facebook-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
patch
|
blob
|
history
diff --git
a/folly/configure.ac
b/folly/configure.ac
index b4d59e10dc1d89916a4c526529ea78c359536231..f0add33f4e86c98ba6bcb6a628769371b1777d3c 100644
(file)
--- 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
a
re using libc++.])
fi
AC_CACHE_CHECK(