diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 23:19:04 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 23:19:04 -0400 |
commit | 92963737c4376bcfd65235d5c325fa7f48302f89 (patch) | |
tree | e59510f489e7cfe80c25d604880941341ebdf89e /config.make.in | |
parent | b0727fd83f0f27c73f4c664feb6891acc328d160 (diff) | |
download | glibc-92963737c4376bcfd65235d5c325fa7f48302f89.tar.gz glibc-92963737c4376bcfd65235d5c325fa7f48302f89.tar.xz glibc-92963737c4376bcfd65235d5c325fa7f48302f89.zip |
Remove support for automatic cvs check-ins
CVS use for glibc is long gone.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in index 407ebc1b68..8308d1d206 100644 --- a/config.make.in +++ b/config.make.in @@ -53,7 +53,6 @@ have-as-needed = @libc_cv_as_needed@ libgcc_s_suffix = @libc_cv_libgcc_s_suffix@ need-nopic-initfini = @nopic_initfini@ with-fp = @with_fp@ -with-cvs = @with_cvs@ old-glibc-headers = @old_glibc_headers@ unwind-find-fde = @libc_cv_gcc_unwind_find_fde@ have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@ |