diff options
-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 <[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 |