diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-20 13:54:57 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-20 13:54:57 +0530 |
commit | 403fd7cc259bea362b2f1f43e517c4e0c1e6f418 (patch) | |
tree | d9414d5a1c473f82a1c18fe938f0160a52b54d1d | |
parent | 0978decbacde880b990e6d7deba09607ea4a7d84 (diff) | |
download | tinyproxy-403fd7cc259bea362b2f1f43e517c4e0c1e6f418.tar.gz tinyproxy-403fd7cc259bea362b2f1f43e517c4e0c1e6f418.zip |
build: Remove obsolete/unused macros
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 3eb860d..8122787 100644 --- a/configure.ac +++ b/configure.ac @@ -126,14 +126,8 @@ if test x"$transparent_enabled" = x"yes"; then AC_DEFINE(TRANSPARENT_PROXY) fi -dnl -dnl Checks for programs -dnl - -AC_PROG_MAKE_SET +# This is required to build test programs below AC_PROG_CC -AC_ISC_POSIX -AC_PROG_INSTALL dnl dnl Checks for libraries @@ -181,8 +175,6 @@ esac dnl dnl Checks for types dnl -AM_C_PROTOTYPES -AC_C_CONST AC_C_INLINE AC_TYPE_SIZE_T AC_TYPE_PID_T |