aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-07-30 16:02:48 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-07-30 16:02:48 -0600
commit8027f6d7fc4ea14284c2902b1d4fbd565ee87240 (patch)
tree19cacd4c1a4b8aa9b6b35e993f51b6ad50a6bee3 /configure
parentdb48109b2c2c5c92f202b0f5eab778461a522269 (diff)
regenerated
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index cc9be8d1..03483c6d 100755
--- a/configure
+++ b/configure
@@ -3582,7 +3582,7 @@ fi
#packages="git-svn bzr-fastimport svn-all-fast-exp libncurses5-dev texinfo"
-packages="svn-all-fast-exp libncurses5-dev texinfo"
+packages="svn-all-fast-exp texinfo"
dpkg="`which dpkg`"
result=`echo ${dpkg} 2>&1 | grep -c found`
if test ${result} -eq 0; then
@@ -3712,7 +3712,7 @@ fi
if test "${with_local_builds+set}" = set; then :
withval=$with_local_builds; LOCAL_BUILDS=${withval}
else
- LOCAL_BUILDS="${PWD}/`hostnme`/${target}/depends"
+ LOCAL_BUILDS="${PWD}/`hostname`/${target}/depends"
fi