Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorYves Combe <ycombe@src.gnome.org>2007-03-12 22:09:34 (GMT)
committer Yves Combe <ycombe@src.gnome.org>2007-03-12 22:09:34 (GMT)
commitf301ae54720b64a64bc957d287c4417077805996 (patch)
tree9387567f708264e3f54e2272828f89e1abcbbd4e /configure.in
parentfde8c26ffbfbb67c3d3658ec702814ab26edd4fe (diff)
fix non OSX compilation error
svn path=/trunk/; revision=2508
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 57c5f2b..3642474 100644
--- a/configure.in
+++ b/configure.in
@@ -48,6 +48,8 @@ case "$host" in
esac
AC_MSG_RESULT([$native_osx])
+sdl_mixer_framework="no"
+sdl_framework="no"
if test "x$native_osx" = "xyes"; then
AC_CHECK_HEADER(SDL/SDL.h, sdl_framework="yes" , sdl_framework="no")