summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:55:22 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:55:22 +0000
commit90f0deb312579bbaf2a53d7848e7cdd29bbbd917 (patch)
tree952cb6dfbe73e7c78837e69a645a7d9a994468b4 /configure.in
parent87529192054e6fb6610a57d62e8ce3fb2ae3641b (diff)
Color me read. Escape all $, instead of only 1.
Author: doogie Date: 1999-12-10 02:06:53 GMT Color me read. Escape all $, instead of only 1.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 666acd844..e25caff84 100644
--- a/configure.in
+++ b/configure.in
@@ -70,7 +70,7 @@ AC_SUBST(PTHREADLIB)
dnl Converts the ARCH to be the same as dpkg
AC_MSG_CHECKING(system architecture)
-archset="`awk \"{ if(\\\$1 == \\\"$host_cpu\\\") print $2 }\" $srcdir/buildlib/archtable`"
+archset="`awk \"{ if(\\\$1 == \\\"$host_cpu\\\") print \\\$2 }\" $srcdir/buildlib/archtable`"
if test "x$archset" = "x"; then
AC_MSG_ERROR(failed: use --host=)
fi