diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-11-07 19:48:04 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-11-07 19:48:04 -0500 |
commit | 8d8c4433aaca27531fc4f40b45aad7da3400475b (patch) | |
tree | c88ad1aebd70bd99fee8ccdb8e28490319b97adb | |
parent | 27c195b6d8339e71642fea89c8707d0a0cc153f4 (diff) |
configure: Test for GSL.
* configure.ac: Test for gsl pkg-config module.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index cec94fc..fedfda9 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) PKG_CHECK_MODULES([SDL], [sdl <= 1.3 sdl >= 1.2]) PKG_CHECK_MODULES([SDL_tff], [SDL_ttf >= 2.0]) +PKG_CHECK_MODULES([GSL], [gsl]) # Why doesn't freeimage have a pkg-config file? #PKG_CHECK_MODULES([freeimage], [freeimage >= 3.0]) |