# HG changeset patch # User diego # Date 1175382156 0 # Node ID 97cb08575ed57a220fe07b98867e1eb3cbae705d # Parent 6581c37621285fb385409574ed769380f5171653 Move QNX-specific settings next to the other OS-specific settings. diff -r 6581c3762128 -r 97cb08575ed5 configure --- a/configure Sat Mar 31 23:01:53 2007 +0000 +++ b/configure Sat Mar 31 23:02:36 2007 +0000 @@ -1312,6 +1312,10 @@ _def_stream_cache="#undef USE_STREAM_CACHE" fi +if qnx ; then + _ld_extra="$_ld_extra -lph" +fi + # Check how to call 'head' and 'tail'. Newer versions spit out warnings # if used as 'head -1' instead of 'head -n 1', but older versions don't # know about '-n'. @@ -2503,11 +2507,6 @@ fi -# On QNX we must link to libph - Gabucino -if qnx ; then - _ld_extra="$_ld_extra -lph" -fi - # checking for a working awk, I'm using mawk first, because it's fastest - atmos _awk=awk if test "$_vidix_internal" = yes ; then