aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 88dd475..4165fea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -191,10 +191,8 @@ then
PDP_IMAGE_BASIC="$PDP_IMAGE_BASIC pdp_cheby.o"
PDP_IMAGE_SPECIAL="$PDP_IMAGE_SPECIAL pdp_histo.o"
AC_DEFINE(HAVE_PDP_GSL, 1, gsl support)
- LIBS="$LIBS -lgslcblas -lgsl",
+ LIBS="$LIBS `pkg-config --libs gsl`",
echo " libgsl not found: not building matrix type support")
-
-
fi