From 355b7899eeea62243e1a4a977103ba5ad4c98107 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 30 Jul 2020 11:53:17 +1000 Subject: [PATCH] remove references to --with-libtool --- win32utils/Configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/win32utils/Configure b/win32utils/Configure index 63842294fb..5203f77e12 100644 --- a/win32utils/Configure +++ b/win32utils/Configure @@ -2653,7 +2653,7 @@ exit 0; # --enable-openssl-hash supported # --enable-threads included without a way to disable it # --enable-backtrace backtrace included without a way to disable it -# --enable-symtable incompatible with DLLs (or libtool) +# --enable-symtable incompatible with DLLs # --enable-ipv6 included without a way to disable it # --enable-atomic supported (renamed to intrinsic) # --enable-fixed-rrset supported @@ -2675,7 +2675,6 @@ exit 0; # --with-zlib supported # --with-purify not supported (package available on WIN32 but for free?) # --with-gperftools-profiler not supported (package not available on WIN32) -# --with-libtool not supported on WIN32 (never) # --with-locktype not supported on WIN32 (not yet available on WIN32) # --with-readline supported # --with-protobuf-c not supported (no reason to until libfstrm is ready)