diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1279,7 +1279,7 @@ if test "$_pthreads" = yes ; then # this will hopefully do nothing. echocheck "linking with -lrt" _rt=no -cc_check "-lrt" && _rt=yes +cc_check "$_ld_pthread -lrt" && _rt=yes if test "$_rt" = yes ; then _ld_pthread="$_ld_pthread -lrt" fi |