[xiph-cvs] cvs commit: ices configure.in
Brendan
brendan at xiph.org
Thu Jul 10 18:26:17 PDT 2003
brendan 03/07/10 21:26:17
Modified: . configure.in
Log:
Update shout.m4 to test for SHOUT_THREADSAFE in shout.h.
ices2 fails if SHOUT_THREADSAFE is not 1.
Revision Changes Path
1.30 +5 -0 ices/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ices/configure.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -u -r1.29 -r1.30
--- configure.in 8 Jul 2003 00:44:13 -0000 1.29
+++ configure.in 11 Jul 2003 01:26:17 -0000 1.30
@@ -124,6 +124,11 @@ XIPH_VAR_APPEND([XIPH_CFLAGS], [$XML_CFL
XIPH_VAR_PREPEND([XIPH_LIBS], [$XML_LIBS])
XIPH_PATH_SHOUT(, AC_MSG_ERROR([must have libshout installed!]))
+if test "$SHOUT_THREADSAFE" != "yes"
+then
+ AC_MSG_ERROR([This libshout isn't threadsafe])
+fi
+
XIPH_VAR_APPEND([XIPH_CPPFLAGS], [$SHOUT_CPPFLAGS])
XIPH_VAR_APPEND([XIPH_CFLAGS], [$SHOUT_CFLAGS])
XIPH_VAR_PREPEND([XIPH_LIBS], [$SHOUT_LIBS])
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list