summaryrefslogtreecommitdiff
path: root/tikzit/configure.ac
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-02-06 13:47:05 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-02-06 13:47:05 +0000
commiteda7553c0655ab3134742f5114617b2190345ee1 (patch)
tree40b1c449a2f0d79d7082ecb4b901da59b8e5a3f2 /tikzit/configure.ac
parent2ac1dc5491330eb03d721ae6ee215bb08b2e6bca (diff)
GTK: Add in a test for a sane Foundation (ie: gnustep-base)
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@411 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'tikzit/configure.ac')
-rw-r--r--tikzit/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/tikzit/configure.ac b/tikzit/configure.ac
index 60bf0a6..4b9c65f 100644
--- a/tikzit/configure.ac
+++ b/tikzit/configure.ac
@@ -50,6 +50,11 @@ AS_IF([test "x$GNUSTEPLIBS" = "x"],
AC_SUBST([GNUSTEPOBJCFLAGS])
AC_SUBST([GNUSTEPLIBS])
+TZ_OBJC_FOUNDATION
+AS_IF([test "x$tz_cv_objc_foundation" != "xyes"],
+ [AC_MSG_ERROR([Objective C Foundation not found -- missing gnustep-base?])])
+AC_SUBST([GNUSTEPOBJCFLAGS])
+
AC_ARG_WITH([poppler], AS_HELP_STRING([--without-poppler], [Ignore presence of poppler, disabling preview support]))
AS_IF([test "x$with_poppler" != "xno"],