configure.ac: Add whitespace near PCI configuration
Signed-off-by: Connor Behan <connor.behan@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
8048126766
commit
361dfe74ea
|
@ -1809,7 +1809,6 @@ if test "x$XORG" = xyes; then
|
|||
|
||||
AC_MSG_CHECKING([whether to build Xorg PCI functions])
|
||||
if test "x$PCI" = xyes; then
|
||||
|
||||
PKG_CHECK_MODULES([PCIACCESS], $LIBPCIACCESS)
|
||||
SDK_REQUIRED_MODULES="$SDK_REQUIRED_MODULES $LIBPCIACCESS"
|
||||
XORG_SYS_LIBS="$XORG_SYS_LIBS $PCIACCESS_LIBS $GLX_SYS_LIBS $LIBDRM_LIBS"
|
||||
|
|
Loading…
Reference in New Issue