summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-13 15:41:54 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-13 15:41:54 +0800
commit143f5b64f187497af728a6d921c599dcc99ed807 (patch)
treeba7264b8748c53c57697f9a1c9bf34db279ed468 /configure.ac
parent4cd6fdb93eca409a76b0af860d9a0599b2f95f53 (diff)
Fix the way libcurl has been used
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 91d0b6d..ba95804 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,8 @@
AC_INIT([icclient], [0.0], [pt@darapsa.co.id])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
+AM_PROG_AR
+LT_INIT
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])
AC_CHECK_HEADER_STDBOOL
@@ -10,8 +12,6 @@ AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T
-AM_PROG_AR
-LT_INIT
AC_CANONICAL_HOST
case $host_cpu in
*wasm* ) wasm=true;;