summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--THANKS1
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 0 deletions
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 <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])