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

Jack Moffitt jack at xiph.org
Tue Oct 10 11:22:52 PDT 2000



jack        00/10/10 11:22:52

  Modified:    .        configure.in
  Log:
  fixed, so that it builds correctly.
  
  jack.

Revision  Changes    Path
1.3       +1 -2      ao/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.in	2000/09/26 19:00:25	1.2
+++ configure.in	2000/10/10 18:22:51	1.3
@@ -241,10 +241,9 @@
 
 AC_MSG_RESULT("setting default output device... $ao_default")
 
-LIBAO_FLAGS="$LIBAO_FLAGS -DAO_DEFAULT=$AO_DEFAULT_DEF"
+CFLAGS="$LIBAO_FLAGS -DAO_DEFAULT=$AO_DEFAULT_DEF"
 
 AC_SUBST(LIBAO_FILES)
-AC_SUBST(LIBAO_FLAGS)
 AC_SUBST(LIBAO_LIBS)
 
 AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ao/Makefile include/ao/os_types.h include/ao/ao_libs.inc)

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