svn: r3436
This commit is contained in:
Alex Roitman 2004-08-19 13:24:17 +00:00
parent e3c16d18ef
commit e2060f9e41

View File

@ -77,6 +77,8 @@ try:
out("No")
except ImportError:
out("No")
except AttributeError:
out("No")
EOF
$PYTHON conftest.py
has_pygtk=`cat conftest.out`