diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-02-02 19:13:54 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-02-02 19:13:54 -0500 |
commit | 4852c5bb1603fb6d401fe6895d9318555a8d4523 (patch) | |
tree | 346775814eee8789864d9aafde247e0af16191ad /configure.ac | |
parent | 87d34a2f04c9d920da01802cd9707c8107746fa5 (diff) |
config: splitting ICE and XTRANS compiler options is not required
Simplify configuration by using a single PKG_CHECK_MODULES statement.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 483c389..78c4fba 100644 --- a/configure.ac +++ b/configure.ac @@ -30,8 +30,7 @@ XORG_WITH_FOP XORG_CHECK_SGML_DOCTOOLS(1.5) # Obtain compiler/linker options for depedencies -PKG_CHECK_MODULES(ICE, xproto) -PKG_CHECK_MODULES(XTRANS, xtrans) +PKG_CHECK_MODULES(ICE, xproto xtrans) # Transport selection macro from xtrans.m4 XTRANS_CONNECTION_FLAGS |