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

Karl Heyes karl at xiph.org
Thu Mar 13 16:39:19 PST 2003



karl        03/03/13 19:39:19

  Modified:    .        configure.in
               .        configure.in
  Log:
  add the _XOPEN_SOURCE define, which was ommitted from before, this is
  used to define certain POSIX/XPG APIs/structures

Revision  Changes    Path
1.28      +2 -1      libshout/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- configure.in	13 Mar 2003 14:22:19 -0000	1.27
+++ configure.in	14 Mar 2003 00:39:18 -0000	1.28
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.27 2003/03/13 14:22:19 msmith Exp $
+# $Id: configure.in,v 1.28 2003/03/14 00:39:18 karl Exp $
 
 m4_define(libshout_major, 2)
 m4_define(libshout_minor, 0)
@@ -27,6 +27,7 @@
 
 dnl Set some options based on environment
 
+AC_DEFINE(_XOPEN_SOURCE, ,[Define if you have POSIX and XPG specifications])
 if test -z "$GCC"; then
         case $host in 
         *-*-irix*)

<p><p>1.17      +1 -0      ices/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ices/configure.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- configure.in	13 Mar 2003 03:29:45 -0000	1.16
+++ configure.in	14 Mar 2003 00:39:19 -0000	1.17
@@ -11,6 +11,7 @@
 
 SOCKET_LIBS=
 
+AC_DEFINE(_XOPEN_SOURCE, ,[Define if you have POSIX and XPG specifications])
 if test -z "$GCC"; then
         case $host in 
         *-*-irix*)

<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