summaryrefslogtreecommitdiffstats
path: root/src/config/pre.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/pre.in')
-rw-r--r--src/config/pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index aee7a04cce..f56abbb491 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -5,10 +5,11 @@ BUILDTOP = @BUILDTOP@
srcdir = @srcdir@
VPATH = @srcdir@
-CPPFLAGS = @CPPFLAGS@
+CPPFLAGS = @CPPFLAGS@ $(CPPOPTS)
DEFS = @DEFS@ $(CPPFLAGS)
CC = @CC@
CCOPTS = @CCOPTS@
+CPPOPTS = @CPPOPTS@
LIBS = @LIBS@
KRB5ROOT= @KRB5ROOT@
KRB4=@KRB4@