summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-12-13 15:45:03 +0000
committerMåns Rullgård <mans@mansr.com>2008-12-13 15:45:03 +0000
commit20e0ed95af5a7e3fd52bdc558fe17ae1e665a149 (patch)
treebdb5798d2fefcf834583ecf7fb15b4f640ff716b /configure
parent93c021a242eb061e9eca8758de4935d210bea570 (diff)
configure: fix $nm
Originally committed as revision 16104 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ed7c778aab..f0d18d4173 100755
--- a/configure
+++ b/configure
@@ -1267,7 +1267,7 @@ test -n "$cross_prefix" && enable cross_compile
cc_default="${cross_prefix}${cc_default}"
yasmexe="${cross_prefix}${yasmexe}"
ar="${cross_prefix}${ar}"
-nm_default="${cross_prefix}${nm}"
+nm_default="${cross_prefix}${nm_default}"
ranlib="${cross_prefix}${ranlib}"
strip="${cross_prefix}${strip}"