From 57fa8e81240a6cd6c4ec1b69087ed21bdd9f5257 Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Fri, 18 Sep 2009 22:37:22 -0500 Subject: [PATCH] Move '-x objective-c++' from CXXFLAGS to CPPFLAGS --- tests/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 5b7e33ef56..8956c65888 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -102,8 +102,7 @@ autotestkeywords_SOURCES = autotestkeywords.cc autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers if HAVE_OBJC -autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -autotestkeywords_CXXFLAGS = -x objective-c++ +autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -x objective-c++ endif endif