Remove unnecessary prefix test

This commit is contained in:
Mukund Sivaraman 2009-09-20 13:12:57 +05:30
parent abafcf08ab
commit 1196cc11b9

View File

@ -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)],