fix --link for libvncserver-config

pull/1/head
dscho 20 years ago
parent ed986a0bbe
commit 5df82de5ce

@ -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

@ -63,7 +63,7 @@ while test $# -gt 0; do
echo "$libdirs" -lvncserver @LIBS@
;;
--link)
echo @CCLD@
echo @CC@
;;
*)
echo "${usage}" 1>&2

Loading…
Cancel
Save