diff options
author | N.N. <ricardofabbri@users.sourceforge.net> | 2011-11-02 12:29:39 +0000 |
---|---|---|
committer | N.N. <ricardofabbri@users.sourceforge.net> | 2011-11-02 12:29:39 +0000 |
commit | 92dc481b17b763715dd2de907bf1dd77a659fee3 (patch) | |
tree | 09f9ec87a8f2b8deca71237f39e6996a236d1441 /configure.ac | |
parent | 648b420d301cb4bd18644b6dee6627720d49490f (diff) |
fix to link problem with gsl
svn path=/trunk/externals/pdp/; revision=15691
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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 |