From d288e464ac39ad965115c86ba29c7dc07ed9f5d6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 26 Sep 2006 21:20:56 +0000 Subject: g++ 3.2.2 portability for grhat. --- gold/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gold/config.in') diff --git a/gold/config.in b/gold/config.in index 8f1b30b700d..3a452ffd88b 100644 --- a/gold/config.in +++ b/gold/config.in @@ -13,6 +13,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Whether the C++ compiler can call a template member with no arguments */ +#undef HAVE_MEMBER_TEMPLATE_SPECIFICATIONS + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H -- cgit v1.2.1