diff --git a/bochs/configure.in b/bochs/configure.in index 1c43a2fc9..b39636ffe 100644 --- a/bochs/configure.in +++ b/bochs/configure.in @@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script. AC_PREREQ(2.5) AC_INIT(bochs.h) -AC_REVISION([[$Id: configure.in,v 1.130 2002-09-26 01:45:10 bdenney Exp $]]) +AC_REVISION([[$Id: configure.in,v 1.131 2002-09-26 02:15:20 bdenney Exp $]]) AC_CONFIG_HEADER(config.h) dnl // Put Bochs version information right here so that it gets substituted @@ -1491,7 +1491,7 @@ if test "$with_rfb" = yes -a "$cross_configure" = 0; then AC_CHECK_FUNCS(socket, have_socket=yes) if test "$have_socket" != yes; then AC_CHECK_LIB(socket, socket, - [ GUI_LINK_OPTS_RFB="$GUI_LINK_OPTS_RFB -lsocket" ], + [ RFB_LIBS="$RFB_LIBS -lsocket" ], [ echo 'ERROR: socket function required for RFB compile' exit 1