gprofng: fix typo in configure.ac

gprofng/ChangeLog
2022-11-10  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>

	* configure.ac: Fix typo in redirect operator.
	* configure: Rebuild.
This commit is contained in:
Vladimir Mezentsev 2022-11-10 14:38:39 -08:00
parent cde010e1a8
commit 1c343a13ba
2 changed files with 2 additions and 2 deletions

2
gprofng/configure vendored
View File

@ -16572,7 +16572,7 @@ class Simple{
}
}
EOF
if { ac_try='$JAVAC configtest.java &5 2>&1'
if { ac_try='$JAVAC configtest.java >&5 2>&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5
ac_status=$?

View File

@ -142,7 +142,7 @@ class Simple{
}
}
EOF
if AC_TRY_COMMAND($JAVAC configtest.java &AS_MESSAGE_LOG_FD 2>&1); then
if AC_TRY_COMMAND($JAVAC configtest.java >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD); then
GPROFNG_BROKEN_JAVAC=no
else
GPROFNG_BROKEN_JAVAC=yes