X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=configure.ac;h=f4b143d04fd1a9519e4a1e8daa8b9dfaf84e508e;hb=b2efb3c11ba10e2fc08dcf5ca7dab0ab9f51363e;hp=3f7f2b897ce76d111184050a290581df823cb4e4;hpb=147ac5db9840bcca2c35f37b90289621063551ed;p=wimlib diff --git a/configure.ac b/configure.ac index 3f7f2b89..f4b143d0 100644 --- a/configure.ac +++ b/configure.ac @@ -206,25 +206,6 @@ case "$host" in ;; esac -AC_ARG_WITH([ntdll], - AS_HELP_STRING([--without-ntdll], [Windows only: do not try to - use functions from ntdll. By default, in some parts - of its code, wimlib uses Windows NT system calls to - work around flaws in the Win32 API. This support - can be omitted if needed, but some annoying bugs - will surface (e.g. permission denied errors even - when running as the Administrator).]), - [WITH_NTDLL=$withval], - [WITH_NTDLL=yes]) - -if test "x$WINDOWS_NATIVE_BUILD" = "xyes"; then - if test "x$WITH_NTDLL" = "xyes"; then - WINDOWS_LDADD="$WINDOWS_LDADD" - AC_DEFINE([WITH_NTDLL], [1], [Define to 1 to try to use ntdll - functions]) - fi -fi - AC_SUBST([VISIBILITY_CFLAGS], [$VISIBILITY_CFLAGS]) AC_SUBST([WINDOWS_LDFLAGS], [$WINDOWS_LDFLAGS]) AC_SUBST([WINDOWS_LDADD], [$WINDOWS_LDADD])