[xiph-cvs] cvs commit: vorbis configure.in
Jeff Squyres
jsquyres at xiph.org
Sun Feb 18 20:50:03 PST 2001
jsquyres 01/02/18 20:50:02
Modified: . configure.in
Log:
AC_PROG_CPP has been missing from here for months. :-)
Without it, some tests fail later (e.g., AC_CHECK_HEADER(memory.h)) on
some systems (e.g., Solaris 2.7).
Revision Changes Path
1.36 +1 -0 vorbis/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- configure.in 2001/01/30 02:55:33 1.35
+++ configure.in 2001/02/19 04:50:02 1.36
@@ -36,6 +36,7 @@
dnl if $CFLAGS is blank
cflags_save="$CFLAGS"
AC_PROG_CC
+AC_PROG_CPP
CFLAGS="$cflags_save"
AM_PROG_LIBTOOL
--- >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