[xiph-cvs] cvs commit: vorbis/lib os.h
Jack Moffitt
jack at xiph.org
Tue Sep 12 15:48:57 PDT 2000
jack 00/09/12 15:48:57
Modified: . Tag: branch_jackoggsvorbis configure.in
lib Tag: branch_jackoggsvorbis os.h
Log:
FreeBSD build fixes
Revision Changes Path
No revision
No revision
1.20.2.3.2.4 +1 -1 vorbis/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.20.2.3.2.3
retrieving revision 1.20.2.3.2.4
diff -u -r1.20.2.3.2.3 -r1.20.2.3.2.4
--- configure.in 2000/09/07 07:36:21 1.20.2.3.2.3
+++ configure.in 2000/09/12 22:48:56 1.20.2.3.2.4
@@ -119,7 +119,6 @@
dnl Check for headers
dnl --------------------------------------------------
-AC_CHECK_HEADER(alloca.h,CFLAGS="$CFLAGS -DUSE_ALLOCA_H",:)
AC_CHECK_HEADER(memory.h,CFLAGS="$CFLAGS -DUSE_MEMORY_H",:)
dnl --------------------------------------------------
@@ -145,6 +144,7 @@
dnl Check for library functions
dnl --------------------------------------------------
+AC_FUNC_ALLOCA
AC_FUNC_MEMCMP
dnl --------------------------------------------------
No revision
No revision
1.9.4.2 +2 -2 vorbis/lib/os.h
Index: os.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/os.h,v
retrieving revision 1.9.4.1
retrieving revision 1.9.4.2
diff -u -r1.9.4.1 -r1.9.4.2
--- os.h 2000/09/07 07:42:57 1.9.4.1
+++ os.h 2000/09/12 22:48:56 1.9.4.2
@@ -14,7 +14,7 @@
********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal.
- last mod: $Id: os.h,v 1.9.4.1 2000/09/07 07:42:57 jack Exp $
+ last mod: $Id: os.h,v 1.9.4.2 2000/09/12 22:48:56 jack Exp $
********************************************************************/
@@ -41,7 +41,7 @@
#endif
-#ifdef USE_ALLOCA_H
+#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
--- >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