Remove leftovers from old XRandR check. Makes the build work again on
2007-12-20 Kristian Rietveld <kris@imendio.com> * configure.in: Remove leftovers from old XRandR check. Makes the build work again on systems without xrandr 1.2. svn path=/trunk/; revision=19211
This commit is contained in:
committed by
Kristian Rietveld
parent
ce340d1b33
commit
41dc2c486c
@ -1,3 +1,8 @@
|
||||
2007-12-20 Kristian Rietveld <kris@imendio.com>
|
||||
|
||||
* configure.in: Remove leftovers from old XRandR check. Makes
|
||||
the build work again on systems without xrandr 1.2.
|
||||
|
||||
2007-12-20 Christian Persch <chpe@gnome.org>
|
||||
|
||||
* configure.in:
|
||||
|
||||
@ -1338,10 +1338,6 @@ if test "x$gdktarget" = "xx11"; then
|
||||
X_PACKAGES="$X_PACKAGES xrandr"
|
||||
fi
|
||||
|
||||
if $have_randr ; then
|
||||
AC_DEFINE(HAVE_RANDR, 1, Have the Xrandr extension library)
|
||||
fi
|
||||
|
||||
# Checks for Xcursor library
|
||||
|
||||
if $PKG_CONFIG --exists xcursor ; then
|
||||
|
||||
Reference in New Issue
Block a user