]> git.draconx.ca Git - cdecl99.git/commit
Fix GSL detection when using the default --with-gsl=auto.
authorNick Bowler <nbowler@draconx.ca>
Sat, 25 Feb 2012 02:25:21 +0000 (21:25 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 1 Mar 2012 01:16:58 +0000 (20:16 -0500)
commit8751282db0a2cd057bd16ed74f4f38b6328146a4
tree43334d8c200a97f9dcb3b8f03c7479e433bff9f3
parentc58a93b9b3e42eb3668d9217a35b66d47ac47d50
Fix GSL detection when using the default --with-gsl=auto.

The use of a shell case statement was preventing the AC_REQUIRE macros
in DX_CHECK_GSL from working correctly in the second case.  Switch to
AS_CASE to avoid the issue.
configure.ac