Skip to content

Commit

Permalink
Merge branch 'fgsl_devel_1.2.0' of https://github.com/reinh-bader/fgsl
Browse files Browse the repository at this point in the history
…into fgsl_devel_1.2.0
  • Loading branch information
reinh-bader committed Jan 21, 2017
2 parents 754e9dc + a0762a7 commit d8d43fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
#initialize pkg-config
PKG_PROG_PKG_CONFIG

PKG_CHECK_MODULES([gsl],gsl >= 2.3)
PKG_CHECK_MODULES([gsl], [gsl >= 2.3])

local_gsl_version=`$PKG_CONFIG --modversion gsl`
AC_SUBST(GSL_VERSION,$local_gsl_version)
Expand Down

0 comments on commit d8d43fd

Please sign in to comment.