Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
34478c89
Commit
34478c89
authored
May 05, 2006
by
Christophe Mutricy
Browse files
Hope it really fix it
parent
4fd81206
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
34478c89
...
...
@@ -98,7 +98,7 @@ AC_ARG_WITH(contrib,
if test "`echo \"$topdir\" | cut -c 1`" != "/"; then
topdir="`pwd`/$topdir"
fi
if test "`grep HOST ${topdir}/extras/contrib/config.mak |awk '{print $3}'`" != "
${ac_cv_host_alias}
"; then
if test "`grep HOST ${topdir}/extras/contrib/config.mak |awk '{print $3}'`" != "
`$CC -dumpmachine`
"; then
if test "${with_contrib}" = "yes"; then
AC_MSG_RESULT([no])
AC_MSG_ERROR([ not using the libs in extras/contrib as it is not the same host])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment