Fixed configure script

svn: r172
This commit is contained in:
Don Allingham 2001-06-21 22:22:24 +00:00
parent a953f50881
commit be86a6dcaa

View File

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