summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-05-02 14:54:57 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-05-02 14:54:57 +0000
commit524bdb6d1ee59cd77716e41ec16a644b2b2712c7 (patch)
treefeab62462759facefa56776cf949d87a6843e0d5
parentceed67c87843c40d521f263c4fe8530be17cad97 (diff)
downloadskalibs-524bdb6d1ee59cd77716e41ec16a644b2b2712c7.tar.xz
Fix a configure error message when cross-compiling
-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."