Move Shared class to a separate file

This commit is contained in:
Andrzej Rybczak
2016-11-20 19:20:25 +01:00
parent 5e2626ca0c
commit a2ffa72a34
4 changed files with 63 additions and 55 deletions

View File

@@ -247,27 +247,6 @@ PKG_CHECK_MODULES([libcurl], [libcurl], [
AC_MSG_ERROR([libcurl is required!])
)
dnl AC_PATH_PROG(CURL_CONFIG, curl-config)
dnl if test "$CURL_CONFIG" != "" ; then
dnl CPPFLAGS="$CPPFLAGS `$CURL_CONFIG --cflags`"
dnl AC_CHECK_LIB(curl, curl_easy_init, LIBS="$LIBS `$CURL_CONFIG --libs`",
dnl if test "$curl" = "yes" ; then
dnl AC_MSG_ERROR([curl library is required])
dnl fi
dnl )
dnl AC_CHECK_HEADERS([curl/curl.h], ,
dnl if test "$curl" = "yes" ; then
dnl AC_MSG_ERROR([missing curl.h header])
dnl fi
dnl )
dnl else
dnl AC_CHECK_LIB(curl, curl_easy_init, LIBS="$LIBS -lcurl",
dnl if test "$curl" = "yes" ; then
dnl AC_MSG_ERROR([curl library is required])
dnl fi
dnl )
dnl fi
dnl =======================
dnl = checking for taglib =
dnl =======================