mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Add GST_HTTPSRC_GET_TYPE back into configure.in: documentation fails to build correctly when libhttp isn't present wi...
Original commit message from CVS: Add GST_HTTPSRC_GET_TYPE back into configure.in: documentation fails to build correctly when libhttp isn't present without this.
This commit is contained in:
parent
b5a1a82d40
commit
91a75707b1
1 changed files with 3 additions and 0 deletions
|
@ -170,14 +170,17 @@ dnl Check for libghttp
|
||||||
dnl FIXME: need to check for header
|
dnl FIXME: need to check for header
|
||||||
AC_CHECK_LIB(ghttp, ghttp_request_new,
|
AC_CHECK_LIB(ghttp, ghttp_request_new,
|
||||||
[GHTTP_LIBS="-lghttp"
|
[GHTTP_LIBS="-lghttp"
|
||||||
|
GST_HTTPSRC_GET_TYPE="gst_httpsrc_get_type"
|
||||||
HAVE_LIBGHTTP=yes
|
HAVE_LIBGHTTP=yes
|
||||||
],
|
],
|
||||||
[AC_MSG_WARN(Cannot find libghttp: can't build gsthttpsrc)
|
[AC_MSG_WARN(Cannot find libghttp: can't build gsthttpsrc)
|
||||||
GHTTP_LIBS=
|
GHTTP_LIBS=
|
||||||
|
GST_HTTPSRC_GET_TYPE=
|
||||||
HAVE_LIBGHTTP=no
|
HAVE_LIBGHTTP=no
|
||||||
],
|
],
|
||||||
$LIBS)
|
$LIBS)
|
||||||
AC_SUBST(GHTTP_LIBS)
|
AC_SUBST(GHTTP_LIBS)
|
||||||
|
AC_SUBST(GST_HTTPSRC_GET_TYPE)
|
||||||
|
|
||||||
|
|
||||||
dnl Check for libgnome
|
dnl Check for libgnome
|
||||||
|
|
Loading…
Reference in a new issue