[xiph-cvs] cvs commit: libshout configure.in
Brendan
brendan at xiph.org
Thu Jun 5 06:59:30 PDT 2003
brendan 03/06/05 09:59:29
Modified: . configure.in
Log:
argh, same typo
Revision Changes Path
1.40 +2 -2 libshout/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -u -r1.39 -r1.40
--- configure.in 5 Jun 2003 13:56:58 -0000 1.39
+++ configure.in 5 Jun 2003 13:59:29 -0000 1.40
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.39 2003/06/05 13:56:58 brendan Exp $
+# $Id: configure.in,v 1.40 2003/06/05 13:59:29 brendan Exp $
m4_define(libshout_major, 2)
m4_define(libshout_minor, 0)
@@ -130,7 +130,7 @@ then
have_thread="yes"
])
fi
-AM_CONDITIONAL([HAVE_THREAD], [test "$have_thread" == "yes"])
+AM_CONDITIONAL([HAVE_THREAD], [test "$have_thread" = "yes"])
if test "$have_thread" != "yes"
then
AC_DEFINE([NO_THREAD], 1, [Define if you don't want to use the thread library])
<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