| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
optional C++11 support.
Use AX_CXX_COMPILE_STDCXX(_11) from autotools archive.
Note: should only be used in tandem. Make sure that each component
either uses the C++11 ABI or none uses it. Mixing and matching libraries
and binaries with different C++ ABIs might lead to weird errors.
|
| |
|
|
|
|
| |
(borrowed from X.org's xorg-macros.m4).
|
|
|
|
|
|
|
|
|
|
| |
for presence of libjpeg shared lib and header files.
Especially systems still using the IJG libjpeg implementation
are likely to lack the libjpeg.pc file.
.
So this adds some alternative way of detecting if all libjpeg related
build-dependencies are in place.
|
|
|
|
| |
to detect if type 'in_addr_t' is available.
|
|
configure.in files.
|