remove unneeded libs

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1007 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
michux
2009-03-26 20:50:28 +00:00
parent baa22cf17a
commit 4d3303605f
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -8607,7 +8607,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"
cat >>confdefs.h <<\_ACEOF
#define WITH_VNC 1
+1 -1
View File
@@ -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)