Skip to content

Commit

Permalink
detect gsl better
Browse files Browse the repository at this point in the history
  • Loading branch information
novas0x2a committed Jan 30, 2009
1 parent cbaf50b commit 860c4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ AX_PKG_ONE_OF(QWT,
SUFFX_QWT, [AX_PKG(SUFFX_QWT, [QT_INCLUDE], [-lqwt-qt4])])

AX_PKG_ONE_OF(GSL,
GSL_DEFINED, [AX_PKG(GSL_DEFINED, [LAPACK], [-lgsl -lgslcblas])],
GSL_UNDEFINED, [AX_PKG(GSL_UNDEFINED, [LAPACK], [-Wl,-no-as-needed,-lgsl,-lgslcblas,-as-needed])])
GSL_HASBLAS, [AX_PKG(GSL_HASBLAS, [LAPACK], [-lgsl])],
GSL_NEEDBLAS, [AX_PKG(GSL_NEEDBLAS, [LAPACK], [-lgsl -lgslcblas])])

if test x"$host_vendor" = "xapple"; then
AX_PKG(GEOS, [], [-lgeos-3.0.0], [])
Expand Down

0 comments on commit 860c4ef

Please sign in to comment.