1
Fork 0

Fixed cxxflags.

main
Davi de Castro Reis 2011-05-15 21:56:28 -03:00
parent 5a46ad95be
commit cb50e06bc2
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@ if test "x$ac_cv_sys_largefile_LIBS" = "xno" ; then
ac_cv_sys_largefile_LIBS=""
fi
CFLAGS="$CFLAGS $ac_cv_sys_largefile_CFLAGS"
CXXFLAGS='-std=c++0x'
LDFLAGS="$LDFLAGS $ac_cv_sys_largefile_LDFLAGS"
LIBS="$LIBS $ac_cv_sys_largefile_LIBS"
@ -37,7 +36,6 @@ CFLAGS="-Wall -Werror"
AC_PROG_CXX
AC_ENABLE_CXXMPH
if test x$cxxmph = xtrue; then
CXXFLAGS="$CXXFLAGS -std=c++0x"
AC_SUBST([CXXMPH], "cxxmph")
fi

View File

@ -1,3 +1,4 @@
AM_CXXFLAGS='-std=c++0x'
TESTS = $(check_PROGRAMS)
check_PROGRAMS = mph_map_test mph_table_test trigraph_test
noinst_PROGRAMS = bm_numbers bm_urls