diff options
Diffstat (limited to 'libstdc++-v3/configure.ac')
-rw-r--r-- | libstdc++-v3/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac index ff388ab50c4..dca19cc42b0 100644 --- a/libstdc++-v3/configure.ac +++ b/libstdc++-v3/configure.ac @@ -153,6 +153,9 @@ GLIBCXX_ENABLE_CLOCK_GETTIME([no]) # For gthread support GLIBCXX_CHECK_GTHREADS +# For nanosleep support +GLIBCXX_CHECK_NANOSLEEP + AC_LC_MESSAGES # Check for available headers. |