]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.in
Corrected --disable-unlinkd. It didn't correctly parse the arguments
authorhno <>
Wed, 31 May 2000 14:57:07 +0000 (14:57 +0000)
committerhno <>
Wed, 31 May 2000 14:57:07 +0000 (14:57 +0000)
commit3c573763cd75a1d4caa48c1e5568d2b40438e339
treeae37c01ce6cb1a3800e46543a767392da502e1d2
parenta3d0a19d0a7bf6ff1ac6aabb31a7bcad70ad8375
Corrected --disable-unlinkd. It didn't correctly parse the arguments
and always enabled unlinkd..

Excended the makefile trickery used for --disable-unlinkd to also
apply to dnsserver and pinger. Now no helpers are built or installed
unless requested.

Note: The makefile trickery will probably fail on old UNIX:es if no
helpers are to be installed. Need to find a way to test if a variable
contains anything else besides whitespace.. Workaround: Don't use
--disable-unlinkd or use --disable-internal-dns.
configure
configure.in
src/Makefile.in
src/cf_gen_defines
src/dns.cc
src/dns_internal.cc
src/main.cc
src/snmp_core.cc