]> git.ipfire.org Git - thirdparty/squid.git/commit
Portability: pass OS name to helper config.test scripts
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 13 Oct 2012 06:07:11 +0000 (00:07 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 13 Oct 2012 06:07:11 +0000 (00:07 -0600)
commit4ff5b0dfa89443c30e9f660e8bcd7c21a4cd47a4
tree0cf56c32f79c1811564550c49c00ec7070fb65d8
parent4505d950a9370e9f0cc12efc0530cdd13a5f0935
Portability: pass OS name to helper config.test scripts

This will help us perform OS-specific enable/disable rather than having
to identify some software or file that SHOULD exist only in those OS, but
which might exist elsewhere for weird reasons (ie windows.h).

NP: the $@ which was being passed was unused by any current config.test
  Removed it and converted to fixed-position parameters for easier
  script development.
configure.ac