diff options
author | mdejong <mdejong> | 2001-07-03 20:40:37 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-07-03 20:40:37 (GMT) |
commit | 04333eb265924d49091056337ff98317d9fe7b7a (patch) | |
tree | 173a1dcf25bbee491344ee5f2a1111bb5bb625b8 /win/configure | |
parent | 0c014698e77d29ad50f61b887703a34c93778339 (diff) | |
download | tcl-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-x | win/configure | 2 |
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" |