diff options
author | Christopher Faylor <me@cgf.cx> | 2000-02-28 05:10:23 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-02-28 05:10:23 +0000 |
commit | 4698cc8ec867aa2aab1ec97897c1da12a24de38e (patch) | |
tree | c518bd4871d264a8dbf118e5c0eb456da9da48b8 /winsup/cygwin/configure.in | |
parent | 78fed23c134b74f41567a4d56df3618272be1435 (diff) | |
download | cygnal-4698cc8ec867aa2aab1ec97897c1da12a24de38e.tar.gz cygnal-4698cc8ec867aa2aab1ec97897c1da12a24de38e.tar.bz2 cygnal-4698cc8ec867aa2aab1ec97897c1da12a24de38e.zip |
* configure.in: Remove --enable-strace-hhmmss option.
* configure: Regenerate.
Diffstat (limited to 'winsup/cygwin/configure.in')
-rw-r--r-- | winsup/cygwin/configure.in | 14 |
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 |