aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohannes Schickel2010-03-08 23:56:59 +0000
committerJohannes Schickel2010-03-08 23:56:59 +0000
commit6dacac2187e999f06a7bae04dda609669c8c3440 (patch)
treef6c332dfb8795a4152e48038562b8bbfb386a545 /configure
parentbc2b90f43bb558bd5e0fcdc470499e4fc65ebcbb (diff)
downloadscummvm-rg350-6dacac2187e999f06a7bae04dda609669c8c3440.tar.gz
scummvm-rg350-6dacac2187e999f06a7bae04dda609669c8c3440.tar.bz2
scummvm-rg350-6dacac2187e999f06a7bae04dda609669c8c3440.zip
Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matches all the external library use too).
svn-id: r48208
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index be6a96e73d..524698dfd9 100755
--- a/configure
+++ b/configure
@@ -2188,7 +2188,7 @@ if test "$_have_x86" = yes ; then
fi
add_to_config_h_if_yes $_nasm '#define USE_NASM'
-add_to_config_mk_if_yes $_nasm 'HAVE_NASM = 1'
+add_to_config_mk_if_yes $_nasm 'USE_NASM = 1'
#
# Enable vkeybd / keymapper