summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-17 12:26:18 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-17 12:26:18 +0100
commit3197cca5efaf60a38bd353fa50f6b5eb808b87b1 (patch)
tree05c4c82fdaa88afc59dff4f7ff2608dc48dcd43f /configure.ac
parent0043004652720b9b726b96151db2946def6fd6b6 (diff)
remove ProjectionTangential
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;])