[GB.GSL]
* BUG: Properly fix library detection. git-svn-id: svn://localhost/gambas/trunk@4921 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
44f737a21d
commit
3045e50490
1 changed files with 1 additions and 1 deletions
|
@ -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)],
|
||||
|
|
Loading…
Reference in a new issue