diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:21 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:21 +0000 |
commit | 87529192054e6fb6610a57d62e8ce3fb2ae3641b (patch) | |
tree | cb31bcaebe168e378c8c4c07b51d30852cd5286d /configure.in | |
parent | 2c206aa41634aa41833463c41bae337e6778e226 (diff) |
Solaris fix broke normal machines.
Author: doogie
Date: 1999-12-10 02:05:08 GMT
Solaris fix broke normal machines.
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 ff8ab5923..666acd844 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 '$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 |