Fixed cxxflags.
This commit is contained in:
parent
5a46ad95be
commit
cb50e06bc2
@ -22,7 +22,6 @@ if test "x$ac_cv_sys_largefile_LIBS" = "xno" ; then
|
|||||||
ac_cv_sys_largefile_LIBS=""
|
ac_cv_sys_largefile_LIBS=""
|
||||||
fi
|
fi
|
||||||
CFLAGS="$CFLAGS $ac_cv_sys_largefile_CFLAGS"
|
CFLAGS="$CFLAGS $ac_cv_sys_largefile_CFLAGS"
|
||||||
CXXFLAGS='-std=c++0x'
|
|
||||||
LDFLAGS="$LDFLAGS $ac_cv_sys_largefile_LDFLAGS"
|
LDFLAGS="$LDFLAGS $ac_cv_sys_largefile_LDFLAGS"
|
||||||
LIBS="$LIBS $ac_cv_sys_largefile_LIBS"
|
LIBS="$LIBS $ac_cv_sys_largefile_LIBS"
|
||||||
|
|
||||||
@ -37,7 +36,6 @@ CFLAGS="-Wall -Werror"
|
|||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_ENABLE_CXXMPH
|
AC_ENABLE_CXXMPH
|
||||||
if test x$cxxmph = xtrue; then
|
if test x$cxxmph = xtrue; then
|
||||||
CXXFLAGS="$CXXFLAGS -std=c++0x"
|
|
||||||
AC_SUBST([CXXMPH], "cxxmph")
|
AC_SUBST([CXXMPH], "cxxmph")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
AM_CXXFLAGS='-std=c++0x'
|
||||||
TESTS = $(check_PROGRAMS)
|
TESTS = $(check_PROGRAMS)
|
||||||
check_PROGRAMS = mph_map_test mph_table_test trigraph_test
|
check_PROGRAMS = mph_map_test mph_table_test trigraph_test
|
||||||
noinst_PROGRAMS = bm_numbers bm_urls
|
noinst_PROGRAMS = bm_numbers bm_urls
|
||||||
|
Loading…
Reference in New Issue
Block a user