mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
fix redirect typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41133 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -4864,7 +4864,7 @@ echo '01234567890123456789012345678901S.h:' >> testMakefile
|
||||
echo '01234567890123456789012345678901C.h:' >> testMakefile
|
||||
echo '01234567890123456789012345678901SK.cc:' >> testMakefile
|
||||
echo '01234567890123456789012345678901DynSK.cc:' >> testMakefile
|
||||
$GNU_MAKE -r -f testMakefile 2&>1 > /dev/null
|
||||
$GNU_MAKE -r -f testMakefile 2>&1 > /dev/null
|
||||
if test "$?" != "0" ; then
|
||||
rm -f testMakefile
|
||||
{ echo "$as_me:$LINENO: ********** ERROR **********" >&5
|
||||
|
@@ -118,7 +118,7 @@ echo '01234567890123456789012345678901S.h:' >> testMakefile
|
||||
echo '01234567890123456789012345678901C.h:' >> testMakefile
|
||||
echo '01234567890123456789012345678901SK.cc:' >> testMakefile
|
||||
echo '01234567890123456789012345678901DynSK.cc:' >> testMakefile
|
||||
$GNU_MAKE -r -f testMakefile 2&>1 > /dev/null
|
||||
$GNU_MAKE -r -f testMakefile 2>&1 > /dev/null
|
||||
if test "$?" != "0" ; then
|
||||
rm -f testMakefile
|
||||
AC_MSG_NOTICE(********** ERROR **********)
|
||||
|
Reference in New Issue
Block a user