From 92dc481b17b763715dd2de907bf1dd77a659fee3 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 2 Nov 2011 12:29:39 +0000 Subject: fix to link problem with gsl svn path=/trunk/externals/pdp/; revision=15691 --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1