aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <ricardofabbri@users.sourceforge.net>2011-11-02 12:29:39 +0000
committerN.N. <ricardofabbri@users.sourceforge.net>2011-11-02 12:29:39 +0000
commit92dc481b17b763715dd2de907bf1dd77a659fee3 (patch)
tree09f9ec87a8f2b8deca71237f39e6996a236d1441
parent648b420d301cb4bd18644b6dee6627720d49490f (diff)
fix to link problem with gsl
svn path=/trunk/externals/pdp/; revision=15691
-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