diff options
author | Sascha Schumann <sas@php.net> | 1999-09-26 20:59:47 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-09-26 20:59:47 +0000 |
commit | b7a11301432d26f8ef6dcdc9746be1804d07d555 (patch) | |
tree | 8132ab8e94f34d5fdb894d519e543ed648036fed /Zend/Makefile.am | |
parent | 96b6bdff278628821151f16f6f4e8ecec3cea228 (diff) | |
download | php-git-b7a11301432d26f8ef6dcdc9746be1804d07d555.tar.gz |
Actually allow to set CXXFLAGS
Diffstat (limited to 'Zend/Makefile.am')
-rw-r--r-- | Zend/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/Makefile.am b/Zend/Makefile.am index b566f441e9..a66f8a07dd 100644 --- a/Zend/Makefile.am +++ b/Zend/Makefile.am @@ -13,6 +13,7 @@ libzend_a_SOURCES=\ zend_list.c zend_indent.c zend_builtin_functions.c # taken from automake 1.4 +CXXFLAGS= @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) # automake isn't too clever about "non-standard" use of lex and yacc |