From 1e55ee70bd386a61f2b923f1bce8f05eb8ef1d00 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sun, 6 Aug 2000 05:03:00 +0000 Subject: Include @CFLAGS@ on CFLAGS def line so this works CFLAGS=-Wall ./configure --stuff closes SF bug #110906 --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.in b/src/Makefile.in index f0ce03a60..ba4600edc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -43,7 +43,7 @@ MAILMAN_UID= @MAILMAN_UID@ # Customizable but not set by configure OPT= @OPT@ -CFLAGS= $(OPT) $(DEFS) $(LIBS) +CFLAGS= @CFLAGS@ $(OPT) $(DEFS) $(LIBS) CGIDIR= $(exec_prefix)/cgi-bin CGIEXT= @CGIEXT@ MAILDIR= $(exec_prefix)/mail -- cgit v1.2.3-70-g09d2