From 2e3b70a464771785398fd8617f2e08a874a0f256 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sat, 02 Nov 2019 06:14:10 -0400 Subject: Fix 'make' ignoring compiler detected by 'configure' --- diff --git a/Makefile.in b/Makefile.in index 5f97c08..a90482d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,6 +30,7 @@ VERSION = @PACKAGE_VERSION@ APPNAME = @PACKAGE_TARNAME@ program_transform_name = @program_transform_name@ +CC = @CC@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ @LIBICONV@ LIBS = @LIBS@ -- cgit v0.9.1