From 4698cc8ec867aa2aab1ec97897c1da12a24de38e Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 28 Feb 2000 05:10:23 +0000 Subject: * configure.in: Remove --enable-strace-hhmmss option. * configure: Regenerate. --- winsup/cygwin/configure.in | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'winsup/cygwin/configure.in') 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 -- cgit v1.2.3