mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
parent
9ae1f0bad6
commit
7a2e9f9778
1 changed files with 0 additions and 12 deletions
12
configure.ac
12
configure.ac
|
|
@ -1255,20 +1255,8 @@ AM_CONDITIONAL(HAVE_ST_XORG, test "x$enable_xorg" = xyes)
|
|||
dnl
|
||||
dnl XA configuration
|
||||
dnl
|
||||
if test "x$enable_xa" = xyes; then
|
||||
AC_PROG_AWK
|
||||
AC_PROG_GREP
|
||||
AC_CHECK_PROG(NM, nm, "nm")
|
||||
if test "x$AWK" = x || test "x$GREP" = x || test "x$NM" = x; then
|
||||
AC_MSG_WARN([Missing one of nm, grep or awk. Disabling xa.])
|
||||
enable_xa=no
|
||||
fi
|
||||
fi
|
||||
if test "x$enable_xa" = xyes; then
|
||||
GALLIUM_STATE_TRACKERS_DIRS="xa $GALLIUM_STATE_TRACKERS_DIRS"
|
||||
AC_SUBST(AWK)
|
||||
AC_SUBST(GREP)
|
||||
AC_SUBST(NM)
|
||||
fi
|
||||
AM_CONDITIONAL(HAVE_ST_XA, test "x$enable_xa" = xyes)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue