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
Vorbis
Commits
4be43eaa
Commit
4be43eaa
authored
Jul 19, 2002
by
Michael Smith
Browse files
This check is broken (doesn't respect --with-ogg=/foo), we're better off
removing it entirely. svn path=/trunk/vorbis/; revision=3692
parent
e195c842
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.in
View file @
4be43eaa
...
...
@@ -164,7 +164,7 @@ AC_CHECK_LIB(m, cos, LIBS="-lm", LIBS="")
AC_CHECK_LIB(pthread, pthread_create, pthread_lib="-lpthread", :)
XIPH_PATH_OGG(, AC_MSG_ERROR(must have Ogg installed!))
AC_CHECK_LIB(ogg, oggpack_writealign, , AC_MSG_ERROR(Ogg >= 1.0 required !))
dnl
AC_CHECK_LIB(ogg, oggpack_writealign, , AC_MSG_ERROR(Ogg >= 1.0 required !))
dnl --------------------------------------------------
dnl Check for library functions
...
...
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