From 59308a64d5ed46c7d2f6aae81930cbc4a3a851af Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Sat, 2 Feb 2013 20:59:31 +0000 Subject: [PATCH] Remove duplicated Windows configure options. Signed-off-by: Jens Axboe --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index d332c5eb..078dab88 100755 --- a/configure +++ b/configure @@ -187,9 +187,6 @@ CYGWIN*) fi output_sym "CONFIG_LITTLE_ENDIAN" output_sym "CONFIG_64BIT_LLP64" - output_sym "CONFIG_CLOCK_GETTIME" - output_sym "CONFIG_CLOCK_MONOTONIC" - output_sym "CONFIG_GETTIMEOFDAY" output_sym "CONFIG_FADVISE" output_sym "CONFIG_SOCKLEN_T" output_sym "CONFIG_POSIX_FALLOCATE" @@ -198,6 +195,7 @@ CYGWIN*) output_sym "CONFIG_RUSAGE_THREAD" output_sym "CONFIG_WINDOWSAIO" output_sym "CONFIG_FDATASYNC" + output_sym "CONFIG_CLOCK_MONOTONIC" output_sym "CONFIG_GETTIMEOFDAY" output_sym "CONFIG_CLOCK_GETTIME" output_sym "CONFIG_SCHED_IDLE" -- 2.25.1