From: Mike Smith Date: Fri, 19 Jul 2002 13:44:36 +0000 (+0000) Subject: This check is broken (doesn't respect --with-ogg=/foo), we're better off X-Git-Tag: v1.3.3~682 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4be43eaa4f15248bfec8f5654c45a0c621a1a2d7;p=platform%2Fupstream%2Flibvorbis.git This check is broken (doesn't respect --with-ogg=/foo), we're better off removing it entirely. svn path=/trunk/vorbis/; revision=3692 --- diff --git a/configure.in b/configure.in index bd04773..ab41c08 100644 --- a/configure.in +++ b/configure.in @@ -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