summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build_ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/command/build_ext.py')
-rw-r--r--numpy/distutils/command/build_ext.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/distutils/command/build_ext.py b/numpy/distutils/command/build_ext.py
index 735daa6ed..028f3d7f7 100644
--- a/numpy/distutils/command/build_ext.py
+++ b/numpy/distutils/command/build_ext.py
@@ -99,6 +99,7 @@ class build_ext (old_build_ext):
self.fcompiler.customize_cmd(self)
self.fcompiler.show_customization()
else:
+ print self.fcompiler.get_version()
self.warn('fcompiler=%s is not available.' % (self.fcompiler.compiler_type))
self.fcompiler = None