summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f93b835..6adc9f6 100755
--- a/configure
+++ b/configure
@@ -399,7 +399,7 @@ if test -n "$sysdeps" ; then
exit 1
fi
if [ "x$target" != "x$(cat $sysdeps/target)" ] ; then
- echo "$0: error: target $target does not match the contents of $sysdepdir/target"
+ echo "$0: error: target $target does not match the contents of $sysdeps/target"
exit 1
fi
echo "Using pre-computed sysdeps in $sysdeps."