Remove extra quotes from --with-cxx error message
No real changes, just a cosmetic improvement to the error message given if the value of --with-cxx=NN option is not recognized.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -18505,7 +18505,7 @@ $as_echo "#define HAVE_CXX17 1" >>confdefs.h
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
as_fn_error $? "Invalid --with-cxx=\"$wxWITH_CXX\" option value, only 11, 14 or 17 supported" "$LINENO" 5
|
as_fn_error $? "Invalid --with-cxx=$wxWITH_CXX option value, only 11, 14 or 17 supported" "$LINENO" 5
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if test "$HAVE_CXX11" = "1" ; then
|
if test "$HAVE_CXX11" = "1" ; then
|
||||||
|
@@ -1139,7 +1139,7 @@ if test -n "$wxWITH_CXX"; then
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([Invalid --with-cxx="$wxWITH_CXX" option value, only 11, 14 or 17 supported])
|
AC_MSG_ERROR([Invalid --with-cxx=$wxWITH_CXX option value, only 11, 14 or 17 supported])
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if test "$HAVE_CXX11" = "1" ; then
|
if test "$HAVE_CXX11" = "1" ; then
|
||||||
|
Reference in New Issue
Block a user