Commit bc494eb0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Configure: fix tools PATH

parent 70b069ca
......@@ -416,7 +416,7 @@ dnl Add extras/tools to the PATH
TOOLS_DIR="${srcdir}/extras/tools/build"
AS_IF([test -d "${TOOLS_DIR}"], [
TOOLS_DIR=`cd "${TOOLS_DIR}" && pwd`
export PATH="${TOOLS_DIR}":$PATH
export PATH="${TOOLS_DIR}/bin":$PATH
])
dnl
......
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