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

2
qcm/qtsingleapplication.qcm

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

Loading…
Cancel
Save