[xiph-cvs] cvs commit: libshout configure.in

Brendan brendan at xiph.org
Wed Jul 2 11:26:30 PDT 2003



brendan     03/07/02 14:26:30

  Modified:    .        configure.in
  Log:
  Rename --disable-pthread to --disable-thread

Revision  Changes    Path
1.56      +4 -4      libshout/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -u -r1.55 -r1.56
--- configure.in	2 Jul 2003 17:58:51 -0000	1.55
+++ configure.in	2 Jul 2003 18:26:30 -0000	1.56
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.55 2003/07/02 17:58:51 brendan Exp $
+# $Id: configure.in,v 1.56 2003/07/02 18:26:30 brendan Exp $
 
 m4_define(libshout_major, 2)
 m4_define(libshout_minor, 0)
@@ -85,11 +85,11 @@ dnl Module checks
 XIPH_NET
 
 dnl Extra dependencies
-AC_ARG_ENABLE([pthread],
-  AC_HELP_STRING([--disable-pthread],[do not link with pthread even if it is available]))
+AC_ARG_ENABLE([thread],
+  AC_HELP_STRING([--disable-thread],[do not build with thread support even if it is available]))
 
 have_thread="no"
-if test "$enable_pthread" != "no"
+if test "$enable_thread" != "no"
 then
   ACX_PTHREAD([
     LIBS="$LIBS $PTHREAD_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