Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-02-28 08:10:23 +0300
committerChristopher Faylor <me@cgf.cx>2000-02-28 08:10:23 +0300
commit4698cc8ec867aa2aab1ec97897c1da12a24de38e (patch)
treec518bd4871d264a8dbf118e5c0eb456da9da48b8 /winsup/cygwin/configure.in
parent78fed23c134b74f41567a4d56df3618272be1435 (diff)
* configure.in: Remove --enable-strace-hhmmss option.
* configure: Regenerate.
Diffstat (limited to 'winsup/cygwin/configure.in')
-rw-r--r--winsup/cygwin/configure.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/winsup/cygwin/configure.in b/winsup/cygwin/configure.in
index 0aaea9bbd..ac7d9759d 100644
--- a/winsup/cygwin/configure.in
+++ b/winsup/cygwin/configure.in
@@ -94,20 +94,6 @@ if test $use_builtin_memset = "yes"; then
fi
AC_LANG_RESTORE
-AC_ARG_ENABLE(strace-hhmmss,
-[ --enable-strace-hhmmss strace log output has date/time stamp],
-[case "${enableval}" in
-yes)
- AC_DEFINE(STRACE_HHMMSS)
- ;;
-no)
- ;;
-*)
- AC_MSG_ERROR(bad value ${enableval} given for enable-strace-hhmmss option)
- ;;
-esac
-])
-
dnl set default mt safeness and then process the options.
mt_safe_val=1
MT_SAFE=yes