aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-03-25 22:56:29 +0000
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-03-25 22:56:29 +0000
commitec8146e93a99ceedb276cee31c631d378a94b9ff (patch)
treee22bb3fd92e2b8f44ff216e753e14ac9b174b846 /configure
parentc23b97451192e0c86cf97ed498642ea82b7ca9d6 (diff)
downloadlcd4linux-ec8146e93a99ceedb276cee31c631d378a94b9ff.tar.gz
more vnc driver stuff...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@998 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 406156b..7aaeebb 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 -lpthread -lz /usr/lib/libjpeg.la"
+ DRVLIBS="$DRVLIBS -L/usr/local/lib -lvncserver -lnsl -lz -ljpeg"
cat >>confdefs.h <<\_ACEOF
#define WITH_VNC 1