diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-13 10:49:08 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-03-13 10:49:08 +0000 |
commit | ce0764124791468577471432f1ced4899d9bd196 (patch) | |
tree | 49072480b0d2c2316105f21ca987215327f1bcef /libstdc++-v3/configure | |
parent | a76dc1894a54087a635ba3506decb76bf38c5137 (diff) | |
download | gcc-ce0764124791468577471432f1ced4899d9bd196.tar.gz |
* acinclude.m4: Make --enable-libstdcxx-time=auto work for dragonfly.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221414 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index acd8c6018ff..bcdb93178b0 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -19551,7 +19551,7 @@ $as_echo "$glibcxx_glibc217" >&6; } ac_has_nanosleep=yes ac_has_sched_yield=yes ;; - freebsd*|netbsd*) + freebsd*|netbsd*|dragonfly*) ac_has_clock_monotonic=yes ac_has_clock_realtime=yes ac_has_nanosleep=yes |