From 980f2bdc1cfa31f1a55caf6d9aa0038ac91fadc6 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Fri, 30 Apr 2010 13:13:44 +0000 Subject: added curl m4 file, thanks Jae Kwon git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@939657 13f79535-47bb-0310-9956-ffa450edef68 --- THANKS | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/THANKS b/THANKS index 955d3669..08d00a76 100644 --- a/THANKS +++ b/THANKS @@ -53,5 +53,6 @@ suggesting improvements or submitting changes. Some of these people are: * Randall Leeds * Joscha Feth * Jarrod Roberson + * Jae Kwon For a list of authors see the `AUTHORS` file. diff --git a/configure.ac b/configure.ac index 679c6cae..df39e3a9 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,7 @@ dnl License for the specific language governing permissions and limitations dnl under the License. m4_include([m4/ac_check_icu.m4]) +m4_include([m4/ac_check_curl.m4]) AC_INIT([LOCAL_PACKAGE_NAME], [LOCAL_VERSION], [], [LOCAL_PACKAGE_TARNAME]) -- cgit v1.2.3