summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,