02307c7
diff -up squid-3.1.0.15/helpers/basic_auth/SMB/Makefile.am.smb-path squid-3.1.0.15/helpers/basic_auth/SMB/Makefile.am
02307c7
--- squid-3.1.0.15/helpers/basic_auth/SMB/Makefile.am.smb-path	2009-11-23 04:09:56.000000000 +0100
02307c7
+++ squid-3.1.0.15/helpers/basic_auth/SMB/Makefile.am	2009-11-23 17:53:39.000000000 +0100
61e480e
@@ -9,14 +9,14 @@
61e480e
 include $(top_srcdir)/src/Common.am
61e480e
 
61e480e
 # SAMBAPREFIX must point to the directory where Samba has been installed.
61e480e
-# By default, Samba is installed in /usr/local/samba. If you changed this
61e480e
+# By default, Samba is installed in /usr. If you changed this
61e480e
 # by using the --prefix option when configuring Samba, you need to change
61e480e
 # SAMBAPREFIX accordingly.
61e480e
 
61e480e
 ## FIXME: autoconf should test for the samba path.
61e480e
 
61e480e
 SMB_AUTH_HELPER	= smb_auth.sh
61e480e
-SAMBAPREFIX=/usr/local/samba
61e480e
+SAMBAPREFIX=/usr
61e480e
 SMB_AUTH_HELPER_PATH = $(libexecdir)/$(SMB_AUTH_HELPER)
61e480e
 
61e480e
 libexec_SCRIPTS	= $(SMB_AUTH_HELPER)
02307c7
diff -up squid-3.1.0.15/helpers/basic_auth/SMB/Makefile.in.smb-path squid-3.1.0.15/helpers/basic_auth/SMB/Makefile.in
02307c7
--- squid-3.1.0.15/helpers/basic_auth/SMB/Makefile.in.smb-path	2009-11-23 04:10:32.000000000 +0100
02307c7
+++ squid-3.1.0.15/helpers/basic_auth/SMB/Makefile.in	2009-11-23 17:54:47.000000000 +0100
02307c7
@@ -271,11 +271,11 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdi
02307c7
 	-I$(top_builddir)/include $(SQUID_CPPUNIT_INC) -I$(srcdir)
61e480e
 
61e480e
 # SAMBAPREFIX must point to the directory where Samba has been installed.
61e480e
-# By default, Samba is installed in /usr/local/samba. If you changed this
61e480e
+# By default, Samba is installed in /usr. If you changed this
61e480e
 # by using the --prefix option when configuring Samba, you need to change
61e480e
 # SAMBAPREFIX accordingly.
61e480e
 SMB_AUTH_HELPER = smb_auth.sh
61e480e
-SAMBAPREFIX = /usr/local/samba
61e480e
+SAMBAPREFIX = /usr
61e480e
 SMB_AUTH_HELPER_PATH = $(libexecdir)/$(SMB_AUTH_HELPER)
61e480e
 libexec_SCRIPTS = $(SMB_AUTH_HELPER)
61e480e
 smb_auth_CFLAGS = -DSAMBAPREFIX=\"$(SAMBAPREFIX)\" -DHELPERSCRIPT=\"$(SMB_AUTH_HELPER_PATH)\"