search for: default_no_progress

Displaying 1 result from an estimated 1 matches for "default_no_progress".

2000 Aug 24
0
patch for a few things
...es" + AC_MSG_CHECKING(whether to enable progress-meter by default) + AC_ARG_WITH(progress-meter, + [ --without-progress-meter Don't display scp progress-meter by default], + [ + if test "x$withval" = "xno" ; then + PROGRESS_METER="no" + AC_DEFINE(DEFAULT_NO_PROGRESS) + AC_MSG_RESULT(no) + else + PROGRESS_METER="yes" + AC_MSG_RESULT(yes) + fi + ] + ) + # Whether to mess with the default path SERVER_PATH_MSG="(default)" AC_ARG_WITH(default-path, *************** *** 1434,1439 **** --- 1451,1457 ---- echo " IP ad...