Improve detection of C++11 compiler and set appropriate flags to use C++11/C++0x features
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@13867 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
77ccb6f21c
commit
c94418b603
3 changed files with 14 additions and 9 deletions
|
|
@ -6,7 +6,7 @@ top_srcdir = @top_srcdir@
|
|||
SWIG = ../$(top_srcdir)/preinst-swig
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
CFLAGS = @PLATFLAGS@
|
||||
CFLAGS = @PLATCFLAGS@
|
||||
GUILEINCLUDE = @GUILEINCLUDE@
|
||||
GUILELINK = @GUILELINK@
|
||||
SWIGOPT =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue