Skip to content
Snippets Groups Projects
Commit fe7e3229 authored by Yang Tse's avatar Yang Tse
Browse files

configure: automake 1.14 compatibility tweak (use XC_AUTOMAKE)

parent ecf042ff
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ fi
dnl figure out the libcurl version
CURLVERSION=`$SED -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' ${srcdir}/include/curl/curlver.h`
XC_CHECK_PROG_CC
AM_INIT_AUTOMAKE
XC_AUTOMAKE
AC_MSG_CHECKING([curl version])
AC_MSG_RESULT($CURLVERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment