diff options
author | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-03-26 20:50:28 +0000 |
---|---|---|
committer | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-03-26 20:50:28 +0000 |
commit | 4d3303605f71febe5a2728fa6b2f7f0749d81970 (patch) | |
tree | 8c00bca33c55c457fa9c9d9f45aeb6fb1f4ba87c /configure | |
parent | baa22cf17a8d1bea1c8e423d0c3ccf1c4a4df96b (diff) | |
download | lcd4linux-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |