summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 347ff2b..b17376c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,10 +57,6 @@ fi
CXXFLAGS="`$GSLCONFIG --cflags` $CXXFLAGS"
LIBS="`$GSLCONFIG --libs` $LIBS"
-# Check for ccmath
-AC_CHECK_HEADERS([ccmath.h], [], [echo "Error: ccmath.h not found."; exit 1;])
-AC_CHECK_LIB([ccm], [open], [], [echo "Error: ccmath.so not found."; exit 1;])
-
# Check for libtiff
AC_CHECK_HEADERS([tiffio.h], [], [echo "Error: tiffio.h not found."; exit 1;])
AC_CHECK_LIB([tiff], [TIFFOpen], [], [echo "Error: libtiff.so not found."; exit 1;])