summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index 62cbc08..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,6 +0,0 @@
-#MIN_CONFIG
-
-PKG_CHECK_MODULES(FT2, freetype2, have_ft2=yes, have_ft2=no)
-if test "x$have_ft2" = "xno"; then
- AC_MSG_ERROR([freetype2 library is needed but not found on our system])
-fi