mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 03:57:27 +02:00
regex regression test update
[SVN r7996]
This commit is contained in:
17
configure.in
17
configure.in
@ -1422,22 +1422,10 @@ AC_SUBST(ac_all_h)
|
||||
AC_SUBST(ac_all_cpp)
|
||||
AC_SUBST(ac_all_dep)
|
||||
|
||||
if test "$enable_ms_windows" != "no"; then
|
||||
ac_regress="r1$ac_exe_ext"
|
||||
fi
|
||||
ac_regress="$ac_regress r2$ac_exe_ext"
|
||||
if test "$ac_have_locale" != "no"; then
|
||||
ac_regress="$ac_regress r3$ac_exe_ext"
|
||||
fi
|
||||
ac_regress="$ac_regress r1$ac_exe_ext"
|
||||
|
||||
if test "$enable_wstring" != "no"; then
|
||||
if test "$enable_ms_windows" != "no"; then
|
||||
ac_regress="$ac_regress r4$ac_exe_ext"
|
||||
fi
|
||||
ac_regress="$ac_regress r5$ac_exe_ext"
|
||||
if test "$ac_have_locale" != "no"; then
|
||||
ac_regress="$ac_regress r6$ac_exe_ext"
|
||||
fi
|
||||
ac_regress="$ac_regress r2$ac_exe_ext"
|
||||
fi
|
||||
|
||||
AC_SUBST(ac_regress)
|
||||
@ -1719,5 +1707,6 @@ rm -f jm_opt.out
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user