aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers.m4 b/drivers.m4
index 5766093..a6bf925 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -649,7 +649,7 @@ if test "$VNC" = "yes"; then
if test "$has_vncserverlib" = "true"; then
GRAPHIC="yes"
DRIVERS="$DRIVERS drv_vnc.o"
- DRVLIBS="$DRVLIBS -L/usr/local/lib -lvncserver -lnsl -lz -ljpeg"
+ DRVLIBS="$DRVLIBS -L/usr/local/lib -lvncserver -lz"
AC_DEFINE(WITH_VNC,1,[vnc driver])
else
AC_MSG_WARN(libvncserver not found: vnc driver disabled)