From 7a35a3db24e8ffa942ceaa40ef7c2759bfaa12b5 Mon Sep 17 00:00:00 2001 From: Miro Kropacek Date: Sat, 8 Jun 2024 23:45:48 +0200 Subject: [PATCH] Check also for mintelf --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 724656b..5ecc720 100755 --- a/configure +++ b/configure @@ -6100,7 +6100,7 @@ crossincludedir=$crossincludedir/$target/include crossbindir=$crossbindir/$target/bin nativeincludedir="" nativebindir="" -if test x$host_os != xmint; then +if test x$host_os != xmint && test x$host_os != xmintelf; then includedir=$crossincludedir bindir=$crossbindir nativebindir='$(prefix)/bin' diff --git a/configure.in b/configure.in index da2bd9e..6af5795 100644 --- a/configure.in +++ b/configure.in @@ -72,7 +72,7 @@ crossincludedir=$crossincludedir/$target/include crossbindir=$crossbindir/$target/bin nativeincludedir="" nativebindir="" -if test x$host_os != xmint; then +if test x$host_os != xmint && test x$host_os != xmintelf; then includedir=$crossincludedir bindir=$crossbindir nativebindir='$(prefix)/bin'