]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.in
Fix compile errors
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 11 Sep 2008 05:19:13 +0000 (17:19 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 11 Sep 2008 05:19:13 +0000 (17:19 +1200)
commita7e513e94e59b55cd40026fde527d8a436edaa26
tree748c98dce9dfa2984f440a2dfcec5b90a59a3543
parent82cac9ff68751bb9ea6f8db2d41adb63130a5b28
Fix compile errors

My braindead alteration to pass the base data and config directories to
the code for use at compile-time backfired with ./configure adding variable
names intended for automake into the autoconf.h file for build.

This approach drops any fancy definition/substitution attempts
and simply adds an compiler flag parameter to every object build.
configure.in