From 5f2687b1f4a66ff4008e0949bdf0464d0e079523 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Tue, 10 Dec 2013 11:30:43 +0900 Subject: [PATCH] autotools: try to figure out what our buildbot get here. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index edc12072e0..2c0d218821 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