summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authormdejong <mdejong>2001-07-03 20:40:37 (GMT)
committermdejong <mdejong>2001-07-03 20:40:37 (GMT)
commit04333eb265924d49091056337ff98317d9fe7b7a (patch)
tree173a1dcf25bbee491344ee5f2a1111bb5bb625b8 /win/configure
parent0c014698e77d29ad50f61b887703a34c93778339 (diff)
downloadtcl-04333eb265924d49091056337ff98317d9fe7b7a.zip
tcl-04333eb265924d49091056337ff98317d9fe7b7a.tar.gz
tcl-04333eb265924d49091056337ff98317d9fe7b7a.tar.bz2
* win/tcl.m4 (SC_CONFIG_CFLAGS): Don't pass the v flag
to ${AR} when using gcc, verbose output is not needed.
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure
index c8223e7..25b81e6 100755
--- a/win/configure
+++ b/win/configure
@@ -1147,7 +1147,7 @@ echo "configure:1128: checking compiler flags" >&5
RC_INCLUDE=--include
RC_DEFINE=--define
RES=res.o
- MAKE_LIB="\${AR} crv \$@"
+ MAKE_LIB="\${AR} cr \$@"
POST_MAKE_LIB="\${RANLIB} \$@"
MAKE_EXE="\${CC} -o \$@"
LIBPREFIX="lib"