From 5a8d191e5003d2a6bb5b0931769a1bf1a4ad0523 Mon Sep 17 00:00:00 2001 From: Marcin Pawlowski Date: Tue, 27 Jan 2015 16:01:46 -0800 Subject: [PATCH] fixing readme and configure script links to double-conv 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/configure.ac b/folly/configure.ac index 5c2aa81f..023a9fb6 100644 --- 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])]) -- 2.34.1