- RFB_LIBS was getting overwritten by pthread libs. arg!
This commit is contained in:
parent
ec096b9653
commit
4be28bc5ed
2
bochs/configure
vendored
2
bochs/configure
vendored
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user