Browse Source

Fix wrong message in configure help

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
879f59c922
  1. 5
      configure
  2. 2
      qcm/qtsingleapplication.qcm

5
configure vendored

@ -32,7 +32,8 @@ Dependency options: @@ -32,7 +32,8 @@ Dependency options:
executable (please follow
instructions in
src/geoip/README)
--disable-qtsingleapplication Disable use of libboost
--disable-qtsingleapplication Disable use of
qtsingleapplication
--with-qtsingleapplication=[system|shipped] Use the shipped
qtsingleapplication library
or the system one
@ -609,7 +610,7 @@ public: @@ -609,7 +610,7 @@ public:
#line 1 "qtsingleapplication.qcm"
/*
-----BEGIN QCMOD-----
name: libboost
name: qtsingleapplication
arg: with-qtsingleapplication=[system|shipped], Use the shipped qtsingleapplication library or the system one
-----END QCMOD-----
*/

2
qcm/qtsingleapplication.qcm

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
-----BEGIN QCMOD-----
name: libboost
name: qtsingleapplication
arg: with-qtsingleapplication=[system|shipped], Use the shipped qtsingleapplication library or the system one
-----END QCMOD-----
*/

Loading…
Cancel
Save