summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-02-28 21:58:38 +0000
committerRichard Hughes <richard@hughsie.com>2013-02-28 21:58:40 +0000
commit572e6470a93bb3c9a27b635d5dd172c177caca17 (patch)
treefc8f72f487d47c1fe33b0a09a655c6561ad2cc3a /configure.ac
parent5b1c880fdef3f1c7490b5ffc0fcc2544d3e0dbe0 (diff)
downloadcolord-572e6470a93bb3c9a27b635d5dd172c177caca17.tar.gz
Do not use GSL to interpolate arrays
GSL is GPLv3+ (wtf!), and libcolord is LGPLv2+ which makes them incompatible.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9fe84e6..42aa331 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,6 @@ AM_CONDITIONAL(HAVE_GUSB, test x$enable_gusb = xyes)
PKG_CHECK_MODULES(LCMS, lcms2 >= 2.2)
PKG_CHECK_MODULES(SQLITE, sqlite3)
-PKG_CHECK_MODULES(GSL, gsl)
dnl **** Check for GUDEV ****
AC_ARG_ENABLE(gudev, AS_HELP_STRING([--enable-gudev],[Enable GUDEV support]),