Skip to content

Commit

Permalink
Fix unimportant typo in configure
Browse files Browse the repository at this point in the history
that I found while looking for a separate issue.  This should not have
caused problems for any users, unless someone was really submitting an
invalid configure command that included --enable-proc-opt for a cross
compile.
  • Loading branch information
sphery authored and daniel-kristjansson committed Apr 5, 2012
1 parent 209f4e9 commit 1a42215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/configure
Expand Up @@ -2303,7 +2303,7 @@ else
shlibdir_default="${prefix_default}/${libdir_name}"
fi

if enabled_any cpu_override croos_compile || test x"$tune" != x"generic" &&
if enabled_any cpu_override cross_compile || test x"$tune" != x"generic" &&
enabled proc_opt; then
echo "Warning! --enable-proc-opt shouldn't be used with --arch, --cpu or --tune"
echo "Disabling it now."
Expand Down

0 comments on commit 1a42215

Please sign in to comment.