diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:22 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:22 +0000 |
commit | c0f453871317ecccff95b132a093e30288555036 (patch) | |
tree | 39e494e22c13c923d4e50b07f1419e6fcc859f48 /configure.in | |
parent | 90f0deb312579bbaf2a53d7848e7cdd29bbbd917 (diff) |
I want to rid the world of solaris. :|
Author: doogie
Date: 1999-12-10 02:16:18 GMT
I want to rid the world of solaris. :|
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 e25caff84..93a9e3f6a 100644 --- a/configure.in +++ b/configure.in @@ -85,7 +85,7 @@ AC_CACHE_CHECK([for C9x integer types],c9x_ints,[ dnl Check the sizes etc. of the architecture changequote(,) -if archline="`grep '^$archset' | cut -f 2- -d ' '`";then +if archline="`grep \"^$archset\" $srcdir/buildlib/sizetable | cut -f 2- -d ' '`";then changequote([,]) set $archline if test "$1" = "little"; then |