commit | 023f3a7cf6124498598ec82e03baa1219783deed | [log] [tgz] |
---|---|---|
author | Ralf Schmitt <ralf@systemexit.de> | Tue May 31 17:10:03 2011 -0500 |
committer | Ralf Schmitt <ralf@systemexit.de> | Tue May 31 17:10:03 2011 -0500 |
tree | a6719fbccf5f5b548072c36285f3e04248e22da3 | |
parent | bc93a116eb8f73bae881503feb17d966d61680ed [diff] |
disable ASDLGEN if hg won't work, or if python is not installed. This change makes configure check for - the existence of a hg repository - the hg executable itself - the python executable Running $(srcdir)/Parser/asdl_c.py (i.e. ASDLGEN) will fail if any of the above prerequisites is missing, so we now disable it instead. closes #12225