Bug 714178: Expose the value of CPP from configure to the rest of the build system. r=ted

This commit is contained in:
Kyle Huey 2012-01-03 13:47:26 -05:00
parent db1396c128
commit f7059df055
2 changed files with 2 additions and 0 deletions

View File

@ -371,6 +371,7 @@ HAVE_64BIT_OS = @HAVE_64BIT_OS@
CC = @CC@
CXX = @CXX@
CPP = @CPP@
CC_VERSION = @CC_VERSION@
CXX_VERSION = @CXX_VERSION@

View File

@ -192,6 +192,7 @@ HAVE_64BIT_OS = @HAVE_64BIT_OS@
CC = @CC@
CXX = @CXX@
CPP = @CPP@
CC_VERSION = @CC_VERSION@
CXX_VERSION = @CXX_VERSION@