summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-05-21 10:18:45 +0000
committerAaron Marks <nymacro@gmail.com>2005-05-21 10:18:45 +0000
commitdebc30dc9ea83ee6b7693f7258f38f52c0b15c45 (patch)
tree2d06655a2f30256ee38181fdaf3fe3ed46959c72 /configure.ac
parent7d2f58db9274ec61924899faea6b2377fc36424b (diff)
downloadmanaserv-debc30dc9ea83ee6b7693f7258f38f52c0b15c45.tar.gz
manaserv-debc30dc9ea83ee6b7693f7258f38f52c0b15c45.tar.xz
manaserv-debc30dc9ea83ee6b7693f7258f38f52c0b15c45.zip
Updated checks to include Squirrel & enabled scripting by default
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 e5f3b14..2545fdf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,6 +20,7 @@ AC_PROG_RANLIB
# Checks for libraries.
AC_CHECK_LIB([physfs], [PHYSFS_init])
AC_CHECK_LIB([SDL_net], [SDLNet_Init])
+AC_CHECK_LIB([squirrel], [sq_open])
# Checks for header files.
AC_HEADER_STDC