summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/teckit.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/teckit/teckit.ac')
-rw-r--r--Build/source/libs/teckit/teckit.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/libs/teckit/teckit.ac b/Build/source/libs/teckit/teckit.ac
deleted file mode 100644
index 3760c7aa312..00000000000
--- a/Build/source/libs/teckit/teckit.ac
+++ /dev/null
@@ -1,13 +0,0 @@
-if test "$needs_teckit" = no; then
- TECKITCPPFLAGS=
- LDTECKIT=
- TECKITDEP=
-else
- TECKITCPPFLAGS='-I$(TECKITSRCDIR)/source/Public-headers'
- LDTECKIT='$(TECKITDIR)/lib/.libs/libTECkit.a'
- TECKITDEP='$(TECKITDIR)/lib/.libs/libTECkit.a'
-fi
-
-AC_SUBST(TECKITCPPFLAGS)
-AC_SUBST(LDTECKIT)
-AC_SUBST(TECKITDEP)