* BUG: Properly fix library detection.



git-svn-id: svn://localhost/gambas/trunk@4921 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Laurent Carlier 2012-07-09 12:47:55 +00:00
parent 44f737a21d
commit 3045e50490

View file

@ -6,7 +6,7 @@ GB_INIT(gb.gsl)
AC_PROG_LIBTOOL
GB_COMPONENT_SEARCH(
gslcblas, GSLCBLAS, gb.gsl, [src],
gsl, GSL, gb.gsl, [src],
gsl,
[GB_FIND(gsl/gsl_cblas.h gsl/gsl_math.h, /usr /usr/local `gsl-config --prefix`, include include/gsl)],
[GB_FIND(libgslcblas.$SHLIBEXT libgsl.$SHLIBEXT, /usr/lib /usr/local /usr/local/lib `gsl-config --prefix`, lib)],