summaryrefslogtreecommitdiffstats
path: root/src/external/python.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/python.m4')
-rw-r--r--src/external/python.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/src/external/python.m4 b/src/external/python.m4
index 5f48bc926..cfe9961c7 100644
--- a/src/external/python.m4
+++ b/src/external/python.m4
@@ -23,7 +23,8 @@ dnl versions of python
' -L' + sysconfig.get_config_var('LIBDIR')\"`"
AC_MSG_RESULT([yes])
else
- AC_MSG_ERROR([no. Please install python devel package])
+ AC_MSG_RESULT([no])
+ AC_MSG_ERROR([Please install python devel package])
fi
])