summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-07 19:48:04 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-07 19:48:04 -0500
commit8d8c4433aaca27531fc4f40b45aad7da3400475b (patch)
treec88ad1aebd70bd99fee8ccdb8e28490319b97adb /configure.ac
parent27c195b6d8339e71642fea89c8707d0a0cc153f4 (diff)
configure: Test for GSL.
* configure.ac: Test for gsl pkg-config module.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
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])