1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* Makefile.in (CC): Don't list -Wall here; it's a GCC-specific flag.

* configure.in: Instead, put it in CFLAGS here, iff we're using GCC.
This commit is contained in:
Jim Blandy 1996-09-04 06:33:08 +00:00
parent 818a980daf
commit 1c9610334e

View file

@ -64,7 +64,7 @@ CFLAGS=@CFLAGS@
# building.
INCLUDE_CFLAGS=-I. -I$(srcdir)/.. -I$(srcdir)
ALL_CFLAGS=$(X_CFLAGS) $(INCLUDE_CFLAGS) $(X11_INCLUDES) @DEFS@
CC=@CC@ $(ALL_CFLAGS) -Wall
CC=@CC@ $(ALL_CFLAGS)
# CC used as a front end for ld
LDFLAGS = @LDFLAGS@