diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-01-16 23:54:43 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-01-16 23:57:45 +0200 |
commit | fe24578f5aae2fee7576bcfbf5046cd83becc16e (patch) | |
tree | a474a4eb9676e27f9645d1be73061898f46b40ca /configure.in | |
parent | 38a09a9e3ac7c550608ed96b560a0277d9021092 (diff) |
Fix typo
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 90b93fa4ec5e..20411f37272d 100644 --- a/configure.in +++ b/configure.in @@ -2966,7 +2966,7 @@ if test "$cross_compiling" = "yes"; then done ) test -f CONF-FOR-BUILD/build-config || AC_MSG_ERROR([Running configure script for BUILD system failed, see CONF-FOR-BUILD/config.log]) - test -f config_build.mk || AC_MSG_ERROR([A file called Env.Build.sh was supposed to have been copied here, but it isn't found]) + test -f config_build.mk || AC_MSG_ERROR([A file called config_build.mk was supposed to have been copied here, but it isn't found]) test -f Env.Build.sh || AC_MSG_ERROR([A file called Env.Build.sh was supposed to have been copied here, but it isn't found]) perl -pi -e 's,/CONF-FOR-BUILD,,g' Env.Build.sh perl -pi -e 's,/CONF-FOR-BUILD,,g' config_build.mk |