summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
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