From fa5ba10cf8e01d92b1dd5773540d327b52752b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Star=C3=BD?= Date: Fri, 23 Jun 2023 19:14:00 +0200 Subject: [PATCH] default to cc, not gcc cc is found everywhere, while gcc is not. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d81beb4..295c07f 100755 --- a/configure +++ b/configure @@ -65,7 +65,7 @@ basedir=${basedir:-$datadir/u2ps} mandir=${mandir:-$datadir/man} man1dir=${man1dir:-$mandir/man1} -cc=${cc:-${cross}gcc} +cc=${cc:-${cross}cc} gs=${gs:-gs} # This check won't change anything, but it may be useful