diff options
Diffstat (limited to 'libgfortran/configure.ac')
-rw-r--r-- | libgfortran/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac index 97b91529ebc..fd963ff11b8 100644 --- a/libgfortran/configure.ac +++ b/libgfortran/configure.ac @@ -595,8 +595,8 @@ LIBGFOR_CHECK_ATTRIBUTE_ALIAS # Check out sync builtins support. LIBGFOR_CHECK_SYNC_FETCH_AND_ADD -# Check out #pragma weak. -LIBGFOR_GTHREAD_WEAK +# Check out weakref support. +LIBGFOR_CHECK_WEAKREF # Various other checks on target LIBGFOR_CHECK_UNLINK_OPEN_FILE |