build: use pkg-config for X11
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Wed, 7 Jan 2009 14:33:43 +0000 (16:33 +0200)
committerMarc-André Lureau <marcandre.lureau@gmail.com>
Thu, 8 Jan 2009 09:52:02 +0000 (11:52 +0200)
commitdd9ca70759b8370db5df50ae8e84f86d01555106
treedb4f1e5edfca4418cdc3572a62d5a7a456a644ce
parentc2450501af82d1c9d1994e4f4ce80d506d3c90ae
build: use pkg-config for X11

According to Daniel, AC_PATH_XTRA is sort-of deprecated.

This patch changes the configure arguments, --x-includes=dir and
--x-libraries=dir, which are now removed and use standard pkg-config.

It also replaces --with{,out}-x with --{dis,en}able-x11, which is the
same as other optionnal dependencies.

(this patch was done in an attempt to solve a build issue on maemo, it
turns out it didn't help)
configure.ac
src/Makefile.am