[xiph-cvs] cvs commit: ices acinclude.m4

Jack Moffitt jack at xiph.org
Sun Oct 21 07:34:14 PDT 2001



jack        01/10/21 07:34:14

  Modified:    .        acinclude.m4
  Log:
  Update AM_PATH_SHOUT macro.

Revision  Changes    Path
1.4       +2 -2      ices/acinclude.m4

Index: acinclude.m4
===================================================================
RCS file: /usr/local/cvsroot/ices/acinclude.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- acinclude.m4	2001/10/21 14:29:25	1.3
+++ acinclude.m4	2001/10/21 14:34:14	1.4
@@ -262,8 +262,8 @@
        :
      else
        echo "*** Could not run Shout test program, checking why..."
-       CFLAGS="$CFLAGS $SHOUT_CFLAGS"
-       LIBS="$LIBS $SHOUT_LIBS"
+       CFLAGS="$CFLAGS $SHOUT_CFLAGS $OGG_CFLAGS $VORBIS_CFLAGS"
+       LIBS="$LIBS $SHOUT_LIBS $OGG_LIBS $VORBIS_LIBS"
        AC_TRY_LINK([
 #include <stdio.h>
 #include <shout/shout.h>

--- >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