summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@samsung.com>2013-12-10 11:30:43 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-12-10 11:30:43 +0900
commit5f2687b1f4a66ff4008e0949bdf0464d0e079523 (patch)
tree18f68506b27b94597aa73713fbc1e0eb88445f39 /configure.ac
parent15b5497dfa674ada0ec98805f009b63e3a39f04d (diff)
autotools: try to figure out what our buildbot get here.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index edc12072e..2c0d21882 100644
--- a/configure.ac
+++ b/configure.ac
@@ -288,7 +288,7 @@ fi
# it's not found. So we are using an internal variable
# that does the work for now, may get broken in the future.
if test "x${ac_ct_CXX}" = "x"; then
- AC_MSG_ERROR([efl requires a C++ compiler])
+ AC_MSG_ERROR([efl requires a C++ compiler got ${ac_ct_CXX} and ${CXX}.])
fi
AC_SYS_LARGEFILE