[xiph-cvs] cvs commit: theora configure.ac
Ralph Giles
giles at xiph.org
Sun Mar 7 22:58:43 PST 2004
giles 04/03/08 01:58:43
Modified: . configure.ac
Log:
Don't define _REENTRANT globally; it's currently only needed for SDL,
which is only used by the example players and provides it through
'sdl-config --cflags' anyway.
Revision Changes Path
1.3 +0 -8 theora/configure.ac
Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/theora/configure.ac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.ac 8 Mar 2004 06:44:26 -0000 1.2
+++ configure.ac 8 Mar 2004 06:58:43 -0000 1.3
@@ -64,14 +64,6 @@
CFLAGS="$CFLAGS $cflags_save"
LDFLAGS="$LDFLAGS $ldflags_save"
-dnl We like threads
-AH_VERBATIM([_REENTRANT],
-[/* define to mark the code thread-safe, and to
- request thread-safe code from others. */
-#ifndef _REENTRANT
-#define _REENTRANT
-#endif])
-
dnl --------------------------------------------------
dnl Check for headers
dnl --------------------------------------------------
<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