Fixed configure script
svn: r172
This commit is contained in:
parent
a953f50881
commit
be86a6dcaa
@ -31,7 +31,7 @@ AC_MSG_CHECKING(Python bindings for sax/xml)
|
||||
changequote(,)
|
||||
cat > conftest.py <<EOF
|
||||
try:
|
||||
from xml.sax import saxexts, saxlib, saxutils
|
||||
from xml.sax import saxlib
|
||||
f = open("conftest.out", "w")
|
||||
f.write("YES")
|
||||
f.close()
|
||||
|
Loading…
Reference in New Issue
Block a user