diff options
| author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2009-01-08 19:38:38 +0200 | 
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2009-01-08 19:38:38 +0200 | 
| commit | a1a1119afe6647099f69d7ae95de9f34b766fa75 (patch) | |
| tree | 79b56f9815ef5cda305030c7f8d39fb9b792363f | |
| parent | 7e6309c77cefee8c447266df4bab25e544000011 (diff) | |
build: fix missing x11 modules dependencies
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ae6dd964..277ae2a1 100644 --- a/configure.ac +++ b/configure.ac @@ -437,7 +437,7 @@ AC_ARG_ENABLE([x11],          [x11=auto])  if test "x${x11}" != xno ; then -    PKG_CHECK_MODULES(X11, [ x11 ], +    PKG_CHECK_MODULES(X11, [ x11 ice sm ],          HAVE_X11=1,          [              HAVE_X11=0  | 
