[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] What genius at redhat thought that /usr/kerberos was a ...



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv20498

Modified Files:
	setup.py 
Log Message:
What genius at redhat thought that /usr/kerberos was a good idea?

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- setup.py	7 Jul 2003 23:46:50 -0000	1.66
+++ setup.py	8 Jul 2003 19:33:44 -0000	1.67
@@ -397,6 +397,10 @@
         except OSError, e:
             print "Couldn't unlink obsolete Queue.py: %s"%e
 
+# This is needed for a clean build on redhat 9.
+if os.path.exists("/usr/kerberos/include"):
+    INCLUDE_DIRS.append("/usr/kerberos/include")
+
 INCLUDE_DIRS.append("src")
 
 extmodule = Extension(