From 524bdb6d1ee59cd77716e41ec16a644b2b2712c7 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 2 May 2017 14:54:57 +0000 Subject: Fix a configure error message when cross-compiling --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- cgit v1.2.3