]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in rev.12783 and remove MinGW specific hacks
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 2 May 2013 05:33:16 +0000 (23:33 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 2 May 2013 05:33:16 +0000 (23:33 -0600)
helpers/basic_auth/MSNT/required.m4
helpers/basic_auth/RADIUS/Makefile.am
helpers/basic_auth/SSPI/required.m4

index 2dbd013de55a9f52f7925fef3fc2a96eed9b662c..ab6492871c10391ce63b161914632f8b5f9fda85 100755 (executable)
@@ -1,8 +1,5 @@
 #
 # 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=""])
index 067a7e55eec070e07ca0ae67b8ee27977bded7d6..1133cafd3194bb0fd4a359305b8e8627a5825d02 100644 (file)
@@ -5,7 +5,7 @@ INCLUDES += -I$(srcdir)
 
 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 \
index 546ca2f4efed059b1e8e0a8cb829c287f39cd20f..f1ed8ba246a5e8c5305119b6f78ca91830273c29 100755 (executable)
@@ -1,8 +1,4 @@
 #
 # 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"])