aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/gcc-plugin.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gcc-plugin.m4 b/m4/gcc-plugin.m4
index 0d3ae99..db0803b 100644
--- a/m4/gcc-plugin.m4
+++ b/m4/gcc-plugin.m4
@@ -17,7 +17,7 @@ gcc_plugin_base=`$CXX -print-file-name=plugin 2>/dev/null`
if test x"$gcc_plugin_base" = xplugin; then
AC_MSG_RESULT([no])
- AC_MSG_ERROR([$CXX does not support plugins; reconfigure GCC with --enable-plugin])
+ AC_MSG_ERROR([$CXX does not support plugins; reconfigure GCC with --enable-plugin or install plugin headers])
else
AC_MSG_RESULT([yes])
gcc_plugin_support=yes