This check is broken (doesn't respect --with-ogg=/foo), we're better off
authorMike Smith <msmith@xiph.org>
Fri, 19 Jul 2002 13:44:36 +0000 (13:44 +0000)
committerMike Smith <msmith@xiph.org>
Fri, 19 Jul 2002 13:44:36 +0000 (13:44 +0000)
removing it entirely.

svn path=/trunk/vorbis/; revision=3692

configure.in

index bd04773..ab41c08 100644 (file)
@@ -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