- oops, the substitution variable is RFB_LIBS

This commit is contained in:
Bryce Denney 2002-09-26 02:15:20 +00:00
parent 48e0e9dc7d
commit 2352bd4992

View File

@ -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