[xiph-cvs] cvs commit: ogg-python2 config_unix.py

Arc arc at xiph.org
Sat Nov 29 06:54:34 PST 2003



arc         03/11/29 09:54:34

  Modified:    .        config_unix.py
  Log:
  Alpha 0; removed -pthreads to allow package to build properly

Revision  Changes    Path
1.2       +1 -1      ogg-python2/config_unix.py

Index: config_unix.py
===================================================================
RCS file: /usr/local/cvsroot/ogg-python2/config_unix.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config_unix.py	29 Nov 2003 09:21:56 -0000	1.1
+++ config_unix.py	29 Nov 2003 14:54:34 -0000	1.2
@@ -43,7 +43,7 @@
     ogg_cflags = []
     ogg_libs = []
     
-    ogg_include_dir = ogg_prefix + '/include -pthreads'
+    ogg_include_dir = ogg_prefix + '/include'
     ogg_lib_dir = ogg_prefix + '/lib'
     ogg_libs = 'ogg2'
 

<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