aboutsummaryrefslogtreecommitdiffstats
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 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