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(,)
|
changequote(,)
|
||||||
cat > conftest.py <<EOF
|
cat > conftest.py <<EOF
|
||||||
try:
|
try:
|
||||||
from xml.sax import saxexts, saxlib, saxutils
|
from xml.sax import saxlib
|
||||||
f = open("conftest.out", "w")
|
f = open("conftest.out", "w")
|
||||||
f.write("YES")
|
f.write("YES")
|
||||||
f.close()
|
f.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user