diff options
author | dscho <dscho> | 2004-03-15 08:54:01 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-03-15 08:54:01 +0000 |
commit | 5df82de5ce647592f6256b5c1b199cec775f9ce8 (patch) | |
tree | 59c19f4a2b6f5ca260744a8f8d15c9b663245087 | |
parent | ed986a0bbe9b8cfc084e70f6eb32368ea2e2b11a (diff) | |
download | libtdevnc-5df82de5ce647592f6256b5c1b199cec775f9ce8.tar.gz libtdevnc-5df82de5ce647592f6256b5c1b199cec775f9ce8.zip |
fix --link for libvncserver-config
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libvncserver-config.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-03-15 Johannes E. Schindelin <Johannes.Schindelin@gmx.de> + * fix libvncserver-config to again return a linker when + called with --link + 2004-03-10 Karl Runge <runge@karlrunge.com> * x11vnc options -vncconnect, -connect, -remap, -debug_pointer, and -debug_keyboard diff --git a/libvncserver-config.in b/libvncserver-config.in index 8412639..e6d222d 100644 --- a/libvncserver-config.in +++ b/libvncserver-config.in @@ -63,7 +63,7 @@ while test $# -gt 0; do echo "$libdirs" -lvncserver @LIBS@ ;; --link) - echo @CCLD@ + echo @CC@ ;; *) echo "${usage}" 1>&2 |