From 7a370b589fb50a7e2a03416237d2f647891fbfe9 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 25 Mar 2007 17:38:50 +0000 Subject: Fall back on plain awk during the awk test. It should be safe to assume that some sort of awk is installed on the system. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22820 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index a10bf6f46b..bdabd2e28e 100755 --- a/configure +++ b/configure @@ -2509,11 +2509,11 @@ if qnx ; then fi # checking for a working awk, I'm using mawk first, because it's fastest - atmos -_awk= +_awk=awk if test "$_vidix_internal" = yes ; then _awk_verc_fail=yes echocheck "awk" -for _awk in mawk gawk nawk awk; do +for _awk in mawk gawk nawk; do if ( $_awk 'BEGIN{testme();}function testme(){print"";}' ) >> "$TMPLOG" 2>&1; then _awk_verc_fail=no break -- cgit v1.2.3