diff options
author | Michael Lauer <mlauer@vanille-media.de> | 2007-12-06 03:35:32 +0000 |
---|---|---|
committer | Michael Lauer <mlauer@vanille-media.de> | 2007-12-06 03:35:32 +0000 |
commit | 0e4b9716b84f5664d6f5c4c8aa1a0ccf03a75dd6 (patch) | |
tree | cedfe396e500307268584323e7dc9437a21e235c /configure.in | |
parent | bebdbe654be85ec6d23a777504e49715e3e5c779 (diff) |
Expedite: fix typos
SVN revision: 33004
Diffstat (limited to '')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9dea14d..67b5d42 100644 --- a/configure.in +++ b/configure.in | |||
@@ -149,7 +149,7 @@ PKG_CHECK_EXISTS(evas-software-sdl, | |||
149 | AC_DEFINE(HAVE_EVAS_SOFTWARE_SDL, 1, [Evas Software SDL Engine Support]) | 149 | AC_DEFINE(HAVE_EVAS_SOFTWARE_SDL, 1, [Evas Software SDL Engine Support]) |
150 | have_software_sdl="yes" | 150 | have_software_sdl="yes" |
151 | ], | 151 | ], |
152 | [ have_direct3d="no" ] | 152 | [ have_software_sdl="no" ] |
153 | ) | 153 | ) |
154 | AM_CONDITIONAL(BUILD_SOFTWARE_SDL, test "x$have_software_sdl" = "xyes") | 154 | AM_CONDITIONAL(BUILD_SOFTWARE_SDL, test "x$have_software_sdl" = "xyes") |
155 | 155 | ||