BUG: ANSI_CFLAGS -> CMAKE_ANSI_CFLAGS

This commit is contained in:
Brad King 2001-05-10 09:45:41 -04:00
parent 401b9eea0b
commit 332b9b79cd
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ SHELL = /bin/sh
RANLIB = @RANLIB@
CC = @CC@
CFLAGS = @CMAKE_SHLIB_CFLAGS@ @ANSI_CFLAGS@
CFLAGS = @CMAKE_SHLIB_CFLAGS@ @CMAKE_ANSI_CFLAGS@
CXX = @CXX@
CXXFLAGS = @CMAKE_SHLIB_CFLAGS@ @CMAKE_TEMPLATE_FLAGS@