Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
9efc549a
Commit
9efc549a
authored
Mar 27, 2009
by
Christophe Mutricy
Browse files
Typo
parent
c3756012
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
9efc549a
...
...
@@ -123,7 +123,7 @@ AC_ARG_WITH(contrib,
CONTRIB_DIR=${topdir}/extras/contrib
fi
AC_MSG_CHECKING([for libs in ${CONTRIB_DIR}])
AS_IF([test -d ${CONTRIBDIR}/lib],[
AS_IF([test -d ${CONTRIB
_
DIR}/lib],[
AS_IF([test "`grep HOST ${CONTRIB_DIR}/config.mak 2>/dev/null|awk '{print $3}'`" != "`$CC -dumpmachine`"],[
if test "${with_contrib}" = "yes"; then
AC_MSG_RESULT([no])
...
...
@@ -134,7 +134,7 @@ AC_ARG_WITH(contrib,
fi
],[
AC_MSG_RESULT([yes])
export PATH=${CONTRIBDIR}/bin:$PATH
export PATH=${CONTRIB
_
DIR}/bin:$PATH
CPPFLAGS="${CPPFLAGS} -I${CONTRIB_DIR}/include"
CPPFLAGS_save="${CPPFLAGS_save} -I${CONTRIB_DIR}/include"
CFLAGS="${CFLAGS} -I${CONTRIB_DIR}/include"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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