Commit 5db15d56 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by facebook-github-bot-4

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
parent 42581035
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment