diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index bd94174252..6ed43ce23b 100644 --- a/configure.in +++ b/configure.in @@ -280,8 +280,6 @@ if test "$enable_static_libevent" = "yes"; then [have_rt=yes]) if test "$have_rt" = yes; then STATIC_LIBEVENT_FLAGS=" -lrt " - else - STATIC_LIBEVENT_FLAGS="" fi fi |