Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-libshout
Commits
465c7168
Commit
465c7168
authored
Jul 11, 2004
by
Karl Heyes
Browse files
update lib check, not usually a problem
svn path=/icecast/trunk/m4/; revision=7094
parent
70f5a5f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/vorbis.m4
View file @
465c7168
...
...
@@ -47,7 +47,7 @@ ac_save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $VORBIS_LDFLAGS"
LIBS="$LIBS $VORBIS_LIBS"
AC_MSG_CHECKING([for libvorbis])
AC_TRY_LINK_FUNC(
vorbis_info
_init, [AC_MSG_RESULT([ok])],
AC_TRY_LINK_FUNC(
ogg_stream
_init, [AC_MSG_RESULT([ok])],
[LIBS="$LIBS $OGG_LIBS -lm"
AC_TRY_LINK_FUNC(vorbis_info_init,
[AC_MSG_RESULT([found, adding extra libs])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment