- RFB_LIBS was getting overwritten by pthread libs. arg!

This commit is contained in:
Bryce Denney 2002-09-26 02:19:14 +00:00
parent ec096b9653
commit 4be28bc5ed
2 changed files with 4 additions and 4 deletions

2
bochs/configure vendored
View File

@ -11568,7 +11568,7 @@ fi
if test "$with_rfb" = yes; then
if test "$pthread_ok" = yes; then
RFB_LIBS="$PTHREAD_LIBS"
RFB_LIBS="$RFB_LIBS $PTHREAD_LIBS"
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
CXXFLAGS="$CXXFLAGS $PTHREAD_CFLAGS"
CC="$PTHREAD_CC"

View File

@ -1,8 +1,8 @@
dnl // Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5)
AC_PREREQ(2.50)
AC_INIT(bochs.h)
AC_REVISION([[$Id: configure.in,v 1.131 2002-09-26 02:15:20 bdenney Exp $]])
AC_REVISION([[$Id: configure.in,v 1.132 2002-09-26 02:19:14 bdenney Exp $]])
AC_CONFIG_HEADER(config.h)
dnl // Put Bochs version information right here so that it gets substituted
@ -1702,7 +1702,7 @@ ACX_PTHREAD([
if test "$with_rfb" = yes; then
if test "$pthread_ok" = yes; then
RFB_LIBS="$PTHREAD_LIBS"
RFB_LIBS="$RFB_LIBS $PTHREAD_LIBS"
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
CXXFLAGS="$CXXFLAGS $PTHREAD_CFLAGS"
CC="$PTHREAD_CC"