configure.in: fail abstract socket test gracefully when cross-compiling
authorMarc Mutz <marc@kdab.net>
Wed, 7 Jan 2009 11:46:53 +0000 (12:46 +0100)
committerThiago Macieira <thiago@kde.org>
Wed, 13 May 2009 13:50:52 +0000 (15:50 +0200)
commit6eddb6e1229b617ad44c8d61107983229dc7d589
tree1161ec2069d18181c37efcecb3d4d832a9997a46
parentf719d454329a1a54ff2d569feaf10ceee7cead50
configure.in: fail abstract socket test gracefully when cross-compiling

 * configure.in: only run AC_CACHE_CHECK if enable_abstract_sockets=auto
 * configure.in: warn that, when cross-compiling, we're unable to detect
                 abstract sockets availability automatically

Signed-off-by: Thiago Macieira <thiago@kde.org>
configure.in