mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: corrected linking of CURL support.
This corrects the test for libcurl. Closes: #2273
This commit is contained in:
parent
834de5ba77
commit
18613e96f5
@ -112,7 +112,7 @@ XIPH_PATH_CURL([
|
||||
AC_CHECK_DECL([CURLOPT_NOSIGNAL],
|
||||
[ AC_DEFINE([HAVE_AUTH_URL], 1, [Define to compile in auth URL support code])
|
||||
AC_CHECK_FUNCS([curl_global_init])
|
||||
ICECAST_OPTIONAL="$ICECAST_OPTIONAL auth_url.o event_url.o"
|
||||
ICECAST_OPTIONAL="$ICECAST_OPTIONAL auth_url.o event_url.o curl.o"
|
||||
enable_curl="yes"
|
||||
XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$CURL_CFLAGS])
|
||||
XIPH_VAR_PREPEND([XIPH_LIBS],[$CURL_LIBS])
|
||||
|
Loading…
x
Reference in New Issue
Block a user