summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-07-23 15:31:22 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-07-23 15:31:22 +0000
commitc0d179c774fe79c0a2e3e2016c22f0b7279aad6b (patch)
treec3db5eb9f8999dd7efff4467ece7bd8f9628fa35
parentrefresh sodipodi:docname when saving (Bug 1024690) (diff)
downloadinkscape-c0d179c774fe79c0a2e3e2016c22f0b7279aad6b.tar.gz
inkscape-c0d179c774fe79c0a2e3e2016c22f0b7279aad6b.zip
Abort configuration if GTK+ 3 dependencies are unfulfilled
(bzr r11563)
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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