Skip to content
Snippets Groups Projects
  • Thomas Schwinge's avatar
    3ebc7898
    build: Don't check for host-prefixed 'cargo' program · 3ebc7898
    Thomas Schwinge authored
    Follow-up to commit 3e1e73fc
    "build: Check for cargo when building rust language":
    
    On 2024-04-15T13:14:42+0200, I wrote:
    > I now wonder: instead of 'AC_CHECK_TOOL', shouldn't this use
    > 'AC_CHECK_PROG'?  (We always want plain 'cargo', not host-prefixed
    > 'aarch64-linux-gnu-cargo' etc., right?)  I'll look into changing this.
    
    	* configure: Regenerate.
    	config/
    	* acx.m4 (ACX_PROG_CARGO): Use 'AC_CHECK_PROGS'.
    3ebc7898
    History
    build: Don't check for host-prefixed 'cargo' program
    Thomas Schwinge authored
    Follow-up to commit 3e1e73fc
    "build: Check for cargo when building rust language":
    
    On 2024-04-15T13:14:42+0200, I wrote:
    > I now wonder: instead of 'AC_CHECK_TOOL', shouldn't this use
    > 'AC_CHECK_PROG'?  (We always want plain 'cargo', not host-prefixed
    > 'aarch64-linux-gnu-cargo' etc., right?)  I'll look into changing this.
    
    	* configure: Regenerate.
    	config/
    	* acx.m4 (ACX_PROG_CARGO): Use 'AC_CHECK_PROGS'.