configure.in: Do not test if jsapi.h exists.
commita42cd2bb67ece006ce85dc21291ec019fd7d945f
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 31 Mar 2010 16:16:10 +0000 (31 18:16 +0200)
committerWitold Filipczyk <nobody@nowhere>
Wed, 31 Mar 2010 16:16:10 +0000 (31 18:16 +0200)
tree6081d5904f1e0f6a07461875e0324208865313cb
parent0ec2f8eaa8d4c8dd29d150d49dd7b99546b90a10
configure.in: Do not test if jsapi.h exists.

One can add eg.
CPPFLAGS="-I/usr/include/xulrunner" LDFLAGS="-L/usr/lib/xulrunner -Wl,-R/usr/lib/xulrunner"
to the ./configure
Before xulrunner wasn't found. Now it is possible.
configure.in