diff options
author | Noah Slater <nslater@apache.org> | 2010-04-30 13:13:44 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2010-04-30 13:13:44 +0000 |
commit | 980f2bdc1cfa31f1a55caf6d9aa0038ac91fadc6 (patch) | |
tree | b3508d13d659a1467a95ba4b810643004a543f39 | |
parent | c50fd8c69e01f3cbea48bb30c074ce9539a3bdc0 (diff) |
added curl m4 file, thanks Jae Kwon
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@939657 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -53,5 +53,6 @@ suggesting improvements or submitting changes. Some of these people are: * Randall Leeds <randall.leeds@gmail.com> * Joscha Feth <joscha@feth.com> * Jarrod Roberson <jarrod@vertigrated.com> + * Jae Kwon <jkwon.work@gmail.com> 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]) |