Commit 5df82de5 authored by dscho's avatar dscho

fix --link for libvncserver-config

parent ed986a0b
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
......
......@@ -63,7 +63,7 @@ while test $# -gt 0; do
echo "$libdirs" -lvncserver @LIBS@
;;
--link)
echo @CCLD@
echo @CC@
;;
*)
echo "${usage}" 1>&2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment