summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure b/configure
index 7be1c14e60..2fe450446e 100755
--- a/configure
+++ b/configure
@@ -1312,6 +1312,10 @@ if amigaos ; then
_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 @@ if test "$_vidix_internal" = auto ; then
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