From 4be43eaa4f15248bfec8f5654c45a0c621a1a2d7 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Fri, 19 Jul 2002 13:44:36 +0000 Subject: [PATCH] This check is broken (doesn't respect --with-ogg=/foo), we're better off removing it entirely. svn path=/trunk/vorbis/; revision=3692 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4