summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-09-20 13:12:57 +0530
committerMukund Sivaraman <muks@banu.com>2009-09-20 13:12:57 +0530
commit1196cc11b9b535b562b37cfb6a8776ae72d49fb9 (patch)
tree771499afc7c8a2877fba01e146f2428ea4860837
parentabafcf08ab3d85b6362c2ab70e82bff947c17a04 (diff)
downloadtinyproxy-1196cc11b9b535b562b37cfb6a8776ae72d49fb9.tar.gz
tinyproxy-1196cc11b9b535b562b37cfb6a8776ae72d49fb9.zip
Remove unnecessary prefix test
Diffstat (limited to '')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index fe55977..1fe0b41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,9 +69,6 @@ AC_ARG_WITH(stathost,
[AC_DEFINE_UNQUOTED(DEFAULT_STATHOST, "$withval")],
[AC_DEFINE_UNQUOTED(DEFAULT_STATHOST, "tinyproxy.stats")])
-dnl Set the default configuration file location
-test "$prefix" = "NONE" && prefix=/usr/local
-
dnl Add compiler-specific optimization flags
TP_ARG_ENABLE(debug,
[Enable debugging support code and methods (default is NO)],