summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2006-11-20 14:06:52 +0000
committerVincent Untz <vuntz@src.gnome.org>2006-11-20 14:06:52 +0000
commitca6a4e0b70712dbd2b23a371e79e9f8d90b9d79e (patch)
tree64447f7b2c4318bc2095a87788a2761aa69a90db
parentb0db2e88993fdbb600122f08452ced1149110c7f (diff)
downloadgnome-session-ca6a4e0b70712dbd2b23a371e79e9f8d90b9d79e.tar.gz
try to work around issues on old distros Should fix bug #372685
2006-11-20 Vincent Untz <vuntz@gnome.org> * configure.in: try to work around issues on old distros Should fix bug #372685
-rw-r--r--ChangeLog5
-rw-r--r--configure.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d58657a..aa333ddd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-11-20 Vincent Untz <vuntz@gnome.org>
+ * configure.in: try to work around issues on old distros
+ Should fix bug #372685
+
+2006-11-20 Vincent Untz <vuntz@gnome.org>
+
* configure.in: add configure switch to disable esd support
Fix bug #310979.
Patch by Leonardo Boshell <p@kapcoweb.com>
diff --git a/configure.in b/configure.in
index b8ff5b48..8e66d1a5 100644
--- a/configure.in
+++ b/configure.in
@@ -167,7 +167,8 @@ fi
AC_CHECK_LIB(Xau, XauFileName, [X_LIBS="$X_LIBS -lXau"],
[AC_MSG_ERROR([
-*** Can't find the Xauth library. It is needed to compile gnome-session.])])
+*** Can't find the Xauth library. It is needed to compile gnome-session.])],
+ $X_LIBS)
AC_CHECK_LIB(Xrandr, XRRUpdateConfiguration,
[AC_CHECK_HEADER(X11/extensions/Xrandr.h,