summaryrefslogtreecommitdiffstats
path: root/build/linux/configure.ac
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-07-17 09:29:35 +0000
committerwpalenst <Willem.Jan.Palenstijn@cwi.nl>2014-07-17 09:29:35 +0000
commita0c8925b76d8d3fbd24dc4b9b3c84a8f1b823d4b (patch)
treed9b5db623068a00c5dcda680a436cac14e689bb2 /build/linux/configure.ac
parent9b9f3a23bb27434c8112ccc454d012384cec0a8e (diff)
downloadastra-a0c8925b76d8d3fbd24dc4b9b3c84a8f1b823d4b.tar.gz
astra-a0c8925b76d8d3fbd24dc4b9b3c84a8f1b823d4b.tar.bz2
astra-a0c8925b76d8d3fbd24dc4b9b3c84a8f1b823d4b.tar.xz
astra-a0c8925b76d8d3fbd24dc4b9b3c84a8f1b823d4b.zip
Remove tnt/jama
This was used in the past by SCM/PDM, but hasn't been used for a long time now.
Diffstat (limited to 'build/linux/configure.ac')
-rw-r--r--build/linux/configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/build/linux/configure.ac b/build/linux/configure.ac
index f58ad0e..de2b2f1 100644
--- a/build/linux/configure.ac
+++ b/build/linux/configure.ac
@@ -46,19 +46,6 @@ AC_LANG([C++])
dnl Use iostream to check if the C++ compiler works
AC_CHECK_HEADER(iostream, , AC_MSG_ERROR([No working c++ compiler found]))
-dnl TODO: Use ../../lib/include instead of .../tnt once all other
-dnl libraries have been moved out of SVN
-TNT_CPPFLAGS="-I../../lib/include/tnt -DJAMA_NO_SUBDIR"
-CPPFLAGS="$CPPFLAGS $TNT_CPPFLAGS"
-AC_CHECK_HEADER(tnt.h, HAVETNT=yes, HAVETNT=no)
-AC_CHECK_HEADER(jama_lu.h, HAVEJAMA=yes, HAVEJAMA=no)
-
-if test x$HAVETNT = xno -o x$HAVEJAMA = xno; then
- AC_MSG_ERROR([tnt or jama not found])
-fi
-AC_SUBST(TNT_CPPFLAGS)
-
-
# boost-unit-test-framework