diff options
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index 11d446f..4203d08 100644 --- a/gold/config.in +++ b/gold/config.in @@ -52,6 +52,9 @@ /* Define to 1 if you have the `chsize' function. */ #undef HAVE_CHSIZE +/* define if the compiler supports basic C++11 syntax */ +#undef HAVE_CXX11 + /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT |