summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-03 11:19:18 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-07 14:48:28 -0700
commit219e5a42965ab6b8a4fab956b9294b63f64057ef (patch)
treec29eb4007b437de2b04a9ab22642d6c04b8b6bfb /configure.ac
parentc74b539a20f5cb7c058e6b16af68ddf7d6015a13 (diff)
Add xext to required modules for Shape extension calls
Without this, strict linkers like Solaris ld & gold would fail with: Undefined first referenced symbol in file XShapeQueryExtension .libs/Command.o (symbol belongs to implicit dependency libXext.so.0) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c5e2f0b..c70959c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ fi
AC_PROG_LEX
# Checks for header files.
-PKG_CHECK_MODULES(X11, [x11 xt xmu])
+PKG_CHECK_MODULES(X11, [x11 xt xmu xext])
AC_CHECK_HEADERS([wctype.h wchar.h widec.h])
AC_CHECK_FUNCS([iswspace])