configure: fix duplicate of -lrt flag #2
4
configure
vendored
4
configure
vendored
@@ -2808,8 +2808,8 @@ if compile_prog "" "" ; then
|
||||
:
|
||||
# we need pthread for static linking. use previous pthread test result
|
||||
elif compile_prog "" "-lrt $pthread_lib" ; then
|
||||
LIBS="-lrt $LIBS"
|
||||
libs_qga="-lrt $libs_qga"
|
||||
LIBS="$LIBS -lrt"
|
||||
libs_qga="$libs_qga -lrt"
|
||||
fi
|
||||
|
||||
if test "$darwin" != "yes" -a "$mingw32" != "yes" -a "$solaris" != yes -a \
|
||||
|
||||
Reference in New Issue
Block a user