projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bc074d
)
fixing readme and configure script links to double-conv
author
Marcin Pawlowski
<mpawlowski@fb.com>
Wed, 28 Jan 2015 00:01:46 +0000
(16:01 -0800)
committer
woo
<woo@fb.com>
Mon, 2 Feb 2015 21:12:54 +0000
(13:12 -0800)
Summary:
Fixing following the issues raised by nsuke on github
following his diff (https://github.com/facebook/folly/pull/112)
Test Plan: visual inspection, tested build on arch linux
Reviewed By: davejwatson@fb.com
Subscribers: folly-diffs@
FB internal diff:
D1807378
Tasks:
5909189
Signature: t1:
1807378
:
1422403093
:
ca024f396a27ecd9b304c57643f0107764a38ca1
folly/configure.ac
patch
|
blob
|
history
diff --git
a/folly/configure.ac
b/folly/configure.ac
index 5c2aa81f4ed3d3c1d52aacf1c6dcb94e672eae2f..023a9fb6e8525dad72ea11e579c1b950d72d4036 100644
(file)
--- a/
folly/configure.ac
+++ b/
folly/configure.ac
@@
-77,7
+77,7
@@
AC_CHECK_HEADERS([fcntl.h features.h inttypes.h limits.h stdint.h stdlib.h strin
AC_CHECK_HEADER(double-conversion/double-conversion.h, [], [AC_MSG_ERROR(
[Couldn't find double-conversion.h, please download from \
-
http://code.google.com/p
/double-conversion/])], [])
+
https://github.com/floitsch
/double-conversion/])], [])
AC_CHECK_LIB([double-conversion],[ceil],[],[AC_MSG_ERROR(
[Please install double-conversion library])])