mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 20:20:18 +01:00
configure: fix typos
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
This commit is contained in:
parent
af9551e68c
commit
993e2922c9
1 changed files with 2 additions and 2 deletions
|
|
@ -1970,7 +1970,7 @@ if test -n "$with_gallium_drivers"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl Set LLVM_LIBS - This is done after the driver configuration so
|
dnl Set LLVM_LIBS - This is done after the driver configuration so
|
||||||
dnl that drivers can add additonal components to LLVM_COMPONENTS.
|
dnl that drivers can add additional components to LLVM_COMPONENTS.
|
||||||
dnl Previously, gallium drivers were updating LLVM_LIBS directly
|
dnl Previously, gallium drivers were updating LLVM_LIBS directly
|
||||||
dnl by calling llvm-config --libs ${DRIVER_LLVM_COMPONENTS}, but
|
dnl by calling llvm-config --libs ${DRIVER_LLVM_COMPONENTS}, but
|
||||||
dnl this was causing the same libraries to be appear multiple times
|
dnl this was causing the same libraries to be appear multiple times
|
||||||
|
|
@ -2003,7 +2003,7 @@ if test "x$MESA_LLVM" != x0; then
|
||||||
invocation and rebuild.])])
|
invocation and rebuild.])])
|
||||||
|
|
||||||
dnl We don't need to update LLVM_LIBS in this case because the LLVM
|
dnl We don't need to update LLVM_LIBS in this case because the LLVM
|
||||||
dnl install uses a shared object for each compoenent and we have
|
dnl install uses a shared object for each component and we have
|
||||||
dnl already added all of these objects to LLVM_LIBS.
|
dnl already added all of these objects to LLVM_LIBS.
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue