[xiph-commits] r8556 - icecast/trunk/libshout
brendan at motherfish-iii.xiph.org
brendan at motherfish-iii.xiph.org
Wed Dec 29 21:19:53 PST 2004
Author: brendan
Date: 2004-12-29 21:19:53 -0800 (Wed, 29 Dec 2004)
New Revision: 8556
Modified:
icecast/trunk/libshout/configure.ac
Log:
Bail out if ogg/vorbis libs not found
Modified: icecast/trunk/libshout/configure.ac
===================================================================
--- icecast/trunk/libshout/configure.ac 2004-12-29 20:42:30 UTC (rev 8555)
+++ icecast/trunk/libshout/configure.ac 2004-12-30 05:19:53 UTC (rev 8556)
@@ -111,7 +111,7 @@
AC_DEFINE([NO_THREAD], 1, [Define if you don't want to use the thread library])
fi
-XIPH_PATH_VORBIS
+XIPH_PATH_VORBIS(, [AC_MSG_ERROR([requisite Ogg Vorbis library not found])])
VORBIS_LIBS="$VORBIS_LDFLAGS $VORBIS_LIBS"
XIPH_CFLAGS="$XIPH_CFLAGS $VORBIS_CFLAGS"
More information about the commits
mailing list