From c0d179c774fe79c0a2e3e2016c22f0b7279aad6b Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Mon, 23 Jul 2012 16:31:22 +0100 Subject: Abort configuration if GTK+ 3 dependencies are unfulfilled (bzr r11563) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 238f3d7e6..e76b63c19 100644 --- a/configure.ac +++ b/configure.ac @@ -757,6 +757,8 @@ if test "x$enable_gtk3" = "xyes"; then AC_MSG_RESULT([Using external GDL]) AC_DEFINE(WITH_EXT_GDL,1,[Build with external GDL]) + else + AC_MSG_ERROR([Some dependencies were not fulfilled for the experimental GTK+ 3 build. One possible cause for this is a new dependency on the gdl-3.0 development package.]) fi else -- cgit v1.2.3