Remove c++ std switch as it's set in configure.ac
This commit is contained in:
parent
e9fb4af89d
commit
9269d55112
@ -1,7 +1,7 @@
|
||||
AUTOMAKE_OPTIONS = dist-bzip2 dist-xz foreign subdir-objects
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
AM_CXXFLAGS = -std=c++0x $(BOOST_CPPFLAGS) $(COMMON_CXXFLAGS)
|
||||
AM_CXXFLAGS = $(BOOST_CPPFLAGS) $(COMMON_CXXFLAGS)
|
||||
#AM_LDFLAGS = $(BOOST_LDFLAGS) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(COMMON_LDFLAGS)
|
||||
|
||||
SUBDIRS = test
|
||||
|
Loading…
Reference in New Issue
Block a user