aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-03-26 20:50:28 +0000
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-03-26 20:50:28 +0000
commit4d3303605f71febe5a2728fa6b2f7f0749d81970 (patch)
tree8c00bca33c55c457fa9c9d9f45aeb6fb1f4ba87c
parentbaa22cf17a8d1bea1c8e423d0c3ccf1c4a4df96b (diff)
downloadlcd4linux-4d3303605f71febe5a2728fa6b2f7f0749d81970.tar.gz
remove unneeded libs
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1007 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rwxr-xr-xconfigure2
-rw-r--r--drivers.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7aaeebb..4b191b9 100755
--- a/configure
+++ b/configure
@@ -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
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)