Remove trailing comma in configure.ac.
authorPeter Griess <pgriess@fb.com>
Sat, 12 Oct 2013 12:12:57 +0000 (05:12 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 24 Oct 2013 21:53:41 +0000 (14:53 -0700)
commit040c33870f587dfdc70f03ddc645afbfc9742264
treed6fe2454cf4fc61c110a5cd16a3cc296b4ce199e
parente6c32d1b6293c1cc5ce92854855cc24dea697c72
Remove trailing comma in configure.ac.

Summary:
- We were inadvertantly emitting a superfluous comma when generating the
configure script, causing it warn on execution. This was caused by
separating two AC_DEFINE() invocations w/ a comma.

Test Plan:
- fbconfig -r folly && fbmake runtests
- ./configure && make check on Ubuntu/FC/Mac

Reviewed By: meyering@fb.com

FB internal diff: D1008924
folly/configure.ac