On Sat, Nov 10, 2001 at 11:52:16AM -0800, Josh Coalson wrote: > Matt, on a separate note, the Ogg test in configure.in is: > > AM_CONDITIONAL(FLaC__HAS_OGG, [test $have_ogg = xyes]) > > I thought it would be: > > AM_CONDITIONAL(FLaC__HAS_OGG, [test x$have_ogg = xyes]) > > ??? Oops. Yes, it should be x$have_ogg. -- - mdz