aboutsummaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorvslashg <gfalcon@google.com>2020-03-17 17:19:59 -0400
committervslashg <gfalcon@google.com>2020-03-17 17:19:59 -0400
commit878bd92e0fef3f0afcd9adf7a1f75201a9ae9027 (patch)
tree33e215dd07f15d85f2768f47f3413d1ed0b1a7b6 /googletest
parentcfb5ef4e7dc032c71e3e3323b45962839331e399 (diff)
parentc378d7eb93080e3b5ca322b1767bfb5cadf9c942 (diff)
downloadgoogletest-878bd92e0fef3f0afcd9adf7a1f75201a9ae9027.tar.gz
googletest-878bd92e0fef3f0afcd9adf7a1f75201a9ae9027.tar.bz2
googletest-878bd92e0fef3f0afcd9adf7a1f75201a9ae9027.zip
Merge pull request #2716 from kuzkry:autotools-leftover
PiperOrigin-RevId: 298599235
Diffstat (limited to 'googletest')
-rw-r--r--googletest/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 904048f4..8520549c 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -189,9 +189,9 @@ or
When Google Test uses pthread, you may need to add flags to your compiler and/or
linker to select the pthread library, or you'll get link errors. If you use the
-CMake script or the deprecated Autotools script, this is taken care of for you.
-If you use your own build script, you'll need to read your compiler and linker's
-manual to figure out what flags to add.
+CMake script, this is taken care of for you. If you use your own build script,
+you'll need to read your compiler and linker's manual to figure out what flags
+to add.
### As a Shared Library (DLL)