summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-03-18 17:13:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-03-18 17:13:37 +0000
commitb473eeffe7b488fc76ffa0301298ce62cdf16664 (patch)
treee53c672151ea8668200a34f2dae545a51e835fc5 /configure
parent2842601a94914a452dfc25641c095586b623f0f5 (diff)
downloadmandoc-b473eeffe7b488fc76ffa0301298ce62cdf16664.tar.gz
Pass the CC set in configure.local to Makefile.local.
Issue found while testing on opencsw.org.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index fb2dabc9..772f43e5 100755
--- a/configure
+++ b/configure
@@ -382,6 +382,7 @@ INSTALL_TARGETS="base-install"
cat << __HEREDOC__
BUILD_TARGETS = ${BUILD_TARGETS}
INSTALL_TARGETS = ${INSTALL_TARGETS}
+CC = ${CC}
CFLAGS = ${CFLAGS}
DBLIB = ${DBLIB}
STATIC = ${STATIC}