diff options
author | dscho <dscho> | 2003-02-20 13:23:07 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-02-20 13:23:07 +0000 |
commit | 98b9663e29ebc5a23db392335aef707cf2464487 (patch) | |
tree | aebce1f2844d38988f672d2e5679a147719c37cb /libvncserver-config.in | |
parent | cbf75f79c82c53035d3d8fbf363079d8bc0700a5 (diff) | |
download | libtdevnc-98b9663e29ebc5a23db392335aef707cf2464487.tar.gz libtdevnc-98b9663e29ebc5a23db392335aef707cf2464487.zip |
the correct way to include rfb.h is now "#include <rfb/rfb.h>"
Diffstat (limited to 'libvncserver-config.in')
-rw-r--r-- | libvncserver-config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libvncserver-config.in b/libvncserver-config.in index c1c0749..2570cf7 100644 --- a/libvncserver-config.in +++ b/libvncserver-config.in @@ -39,8 +39,8 @@ while test $# -gt 0; do echo @VERSION@ ;; --cflags) - if test @includedir@ != /usr/include ; then - includes=-I@includedir@ + if [ "@includedir@" != /usr/include ]; then + includes=-I@includedir@ fi echo $includes ;; |