diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-20 13:12:57 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-20 13:12:57 +0530 |
commit | 1196cc11b9b535b562b37cfb6a8776ae72d49fb9 (patch) | |
tree | 771499afc7c8a2877fba01e146f2428ea4860837 | |
parent | abafcf08ab3d85b6362c2ab70e82bff947c17a04 (diff) | |
download | tinyproxy-1196cc11b9b535b562b37cfb6a8776ae72d49fb9.tar.gz tinyproxy-1196cc11b9b535b562b37cfb6a8776ae72d49fb9.zip |
Remove unnecessary prefix test
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 3 |
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)], |