summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorMateusz Kaduk <mateusz.kaduk@gmail.com>2005-01-17 22:20:49 +0000
committerMateusz Kaduk <mateusz.kaduk@gmail.com>2005-01-17 22:20:49 +0000
commit94808d9f6c958106176f891b35cb7d59f63c56c7 (patch)
tree579bd3975a50682be9fa5852e648e216e249bb1a /config.h.in
parent5b2fde1c744c9cc5d1a62c5177b8fb23dfee8378 (diff)
downloadmana-94808d9f6c958106176f891b35cb7d59f63c56c7.tar.gz
mana-94808d9f6c958106176f891b35cb7d59f63c56c7.tar.bz2
mana-94808d9f6c958106176f891b35cb7d59f63c56c7.tar.xz
mana-94808d9f6c958106176f891b35cb7d59f63c56c7.zip
Checking for SDL_mixer and SDL_image in configure
Diffstat (limited to 'config.h.in')
-rwxr-xr-xconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 649eb2c3..92325e5d 100755
--- a/config.h.in
+++ b/config.h.in
@@ -9,6 +9,12 @@
/* Defines if your system has the LIBSDL library */
#undef HAVE_LIBSDL
+/* Define to 1 if you have the `SDL_image' library (-lSDL_image). */
+#undef HAVE_LIBSDL_IMAGE
+
+/* Define to 1 if you have the `SDL_mixer' library (-lSDL_mixer). */
+#undef HAVE_LIBSDL_MIXER
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H