summaryrefslogtreecommitdiff
path: root/www/squid25/files/patch-ak
blob: fa227112193b631827608847da552ab3a22f03b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*** /tmp/configure.in	Sat Feb  7 21:20:29 1998
--- configure.in	Sat Feb  7 21:24:48 1998
***************
*** 19,31 ****
  REGEXLIB=''	# -lregex
  LIBREGEX=''	# libregex.a
  
- dnl use directory structure of cached as default (hack)
- if test "$libexecdir" = '${exec_prefix}/libexec'; then
- 	libexecdir='${bindir}'
- 	localstatedir='${prefix}'
- 
- fi
- 
  if test -z "$CACHE_HTTP_PORT"; then
  	CACHE_HTTP_PORT="3128"
  fi
--- 19,24 ----