#
# DONT build this helper on Windows
#
-# XXX: do we really need the mingw check?
-if test "$squid_host_os" != "mingw"; then
- BUILD_HELPER="MSNT"
- AC_CHECK_HEADERS([w32api/windows.h windows.h],[BUILD_HELPER=""])
-fi
+BUILD_HELPER="MSNT"
+AC_CHECK_HEADERS([w32api/windows.h windows.h],[BUILD_HELPER=""])
libexec_PROGRAMS = basic_radius_auth
man_MANS = basic_radius_auth.8
-EXTRA_DIST = basic_radius_auth.8 required.m3
+EXTRA_DIST = basic_radius_auth.8 required.m4
basic_radius_auth_SOURCES = \
basic_radius_auth.cc \
radius.h \
#
# Only build this helper on Windows
#
-# FIXME: do we really need the mingw check anymore?
-if test "$squid_host_os" = "mingw"; then
- BUILD_HELPER="SSPI"
-fi
AC_CHECK_HEADERS([w32api/windows.h windows.h],[BUILD_HELPER="SSPI"])