Commit 565fb0b2 authored by Christophe Mutricy's avatar Christophe Mutricy

No need for --with-tree options as the contribs are installed

parent b3644258
...@@ -130,12 +130,6 @@ AC_ARG_WITH(contrib, ...@@ -130,12 +130,6 @@ AC_ARG_WITH(contrib,
LDFLAGS="${LDFLAGS} -L${topdir}/extras/contrib/lib" LDFLAGS="${LDFLAGS} -L${topdir}/extras/contrib/lib"
LDFLAGS_save="${LDFLAGS_save} -L${topdir}/extras/contrib/lib" LDFLAGS_save="${LDFLAGS_save} -L${topdir}/extras/contrib/lib"
if test -z $with_live555_tree; then
with_live555_tree=${topdir}/extras/contrib/src/live
fi
if test -z $with_goom_tree; then
with_goom_tree=${topdir}/extras/contrib/src/goom
fi
if test -z $with_mozilla_sdk_path; then if test -z $with_mozilla_sdk_path; then
with_mozilla_sdk_path=${topdir}/extras/contrib/gecko-sdk with_mozilla_sdk_path=${topdir}/extras/contrib/gecko-sdk
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment