Fixed configure script

svn: r172
This commit is contained in:
Don Allingham 2001-06-21 22:22:24 +00:00
parent 910cd402a7
commit 91062cd589

View File

@ -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()