acimpoeru / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

Make gflags detection preventable via --without-gflags #190

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. .Have gflags pre-installed
2. ./configure
3. make

gflags will be automatically detected and used for both, the static library as 
well as the shared library of glog. That certainly is fine in most situations. 
There might however be situations where the resulting binary should not link 
against gflags. Hence it would be great if we could override this detection by 
--without-gflags.

What version of the product are you using? On what operating system?
0.3.3 (OSX 10.9.2)

Original issue reported on code.google.com by anrufe7...@gmail.com on 4 Mar 2014 at 2:44