]> granicus.if.org Git - python/commitdiff
Fix for buildbot failure in r81999.
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 15 Jun 2010 21:19:50 +0000 (21:19 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 15 Jun 2010 21:19:50 +0000 (21:19 +0000)
Lib/sysconfig.py

index 91298d1661c3ac9428312f53c09d5d8b12ea6fbb..03f2d5c54207d72aec81f1f547da83b7869bd485 100644 (file)
@@ -432,6 +432,8 @@ def get_config_vars(*args):
 
         if 'srcdir' not in _CONFIG_VARS:
             _CONFIG_VARS['srcdir'] = _PROJECT_BASE
+        else:
+            _CONFIG_VARS['srcdir'] = realpath(_CONFIG_VARS['srcdir'])
 
 
         # Convert srcdir into an absolute path if it appears necessary.