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

Brendan brendan at xiph.org
Mon Jun 23 18:09:59 PDT 2003



brendan     03/06/23 21:09:58

  Modified:    .        configure.in
  Log:
  Oops, leftovers from the last commit

Revision  Changes    Path
1.51      +3 -3      libshout/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -u -r1.50 -r1.51
--- configure.in	18 Jun 2003 22:55:56 -0000	1.50
+++ configure.in	24 Jun 2003 01:09:58 -0000	1.51
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.50 2003/06/18 22:55:56 brendan Exp $
+# $Id: configure.in,v 1.51 2003/06/24 01:09:58 brendan Exp $
 
 m4_define(libshout_major, 2)
 m4_define(libshout_minor, 0)
@@ -142,7 +142,7 @@ if test "$enable_pthread" != "no"
 then
   ACX_PTHREAD([
     LIBS="$LIBS $PTHREAD_LIBS"
-    XIPH_CFLAGS="$XIPH_CFLAGS $PTHREAD_CFLAGS"
+    XIPH_CFLAGS="$XIPH_CFLAGS $PTHREAD_CFLAGS $PTHREAD_CPPFLAGS"
     CC="$PTHREAD_CC"
     have_thread="yes"
     ])
@@ -178,7 +178,7 @@ AM_CONDITIONAL([HAVE_PKGCONFIG], [test "
 SHOUT_VERSION="$VERSION"
 SHOUT_LIBS="-lshout"
 XIPH_CLEAN_CCFLAGS([$VORBIS_LIBS $PTHREAD_LIBS], [SHOUT_LIBDEPS])
-XIPH_CLEAN_CCFLAGS([$VORBIS_CFLAGS $PTHREAD_CFLAGS], [SHOUT_CFLAGS])
+XIPH_CLEAN_CCFLAGS([$VORBIS_CFLAGS $PTHREAD_CFLAGS $PTHREAD_CPPFLAGS], [SHOUT_CFLAGS])
 AC_SUBST(SHOUT_LIBDEPS)
 AC_SUBST(SHOUT_CFLAGS)
 AC_CONFIG_LIBCONFIG_IN_STATIC

<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