summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--libvncserver-config.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a7cba2f..11ab03d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-15 Johannes E. Schindelin <[email protected]>
+ * fix libvncserver-config to again return a linker when
+ called with --link
+
2004-03-10 Karl Runge <[email protected]>
* 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