aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2010-10-13 15:00:51 +0000
committerMax Horn2010-10-13 15:00:51 +0000
commitfa8275f27b69b311c9c64dbb38b524e0c61006fe (patch)
treec2e2dde42d8f30b2550af73fa16657eaeef9592b /configure
parent043f2db0c747c68a9188eba1c58ccc993c0bfa52 (diff)
downloadscummvm-rg350-fa8275f27b69b311c9c64dbb38b524e0c61006fe.tar.gz
scummvm-rg350-fa8275f27b69b311c9c64dbb38b524e0c61006fe.tar.bz2
scummvm-rg350-fa8275f27b69b311c9c64dbb38b524e0c61006fe.zip
SWORD25: Don't even compile theora related code when that lib is not present
svn-id: r53428
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f86dbd7526..f7823afa97 100755
--- a/configure
+++ b/configure
@@ -2417,7 +2417,7 @@ if test "$_theoradec" = yes ; then
LIBS="$LIBS $THEORADEC_LIBS -ltheoradec"
INCLUDES="$INCLUDES $THEORADEC_CFLAGS"
fi
-define_in_config_h_if_yes "$_theoradec" 'USE_THEORADEC'
+define_in_config_if_yes "$_theoradec" 'USE_THEORADEC'
if test ! "$_theoradec" = notsupported ; then
echo "$_theoradec"
fi