diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-28 15:04:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-28 15:04:28 +0300 |
commit | 08cae02927765683d748db4f0c8011b136cb02cf (patch) | |
tree | 169d243ce5018a44ea5e7a2932b94b4ee0b3d3f4 /build/bmakedebug | |
parent | c5cbb25643bd8abbb8a15087bb0dd98d9be5f66e (diff) | |
download | plus-08cae02927765683d748db4f0c8011b136cb02cf.tar.gz plus-08cae02927765683d748db4f0c8011b136cb02cf.tar.bz2 plus-08cae02927765683d748db4f0c8011b136cb02cf.tar.xz plus-08cae02927765683d748db4f0c8011b136cb02cf.zip |
Improver error message about old client. Now it show also what server type can be wrong.
Diffstat (limited to 'build/bmakedebug')
-rwxr-xr-x | build/bmakedebug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/bmakedebug b/build/bmakedebug index 26ec0cfd9..4ae797e97 100755 --- a/build/bmakedebug +++ b/build/bmakedebug @@ -60,7 +60,8 @@ autoreconf -i --enable-memdebug=no \ --enable-tcmalloc=no \ --enable-googleprofiler=no \ ---enable-checks=yes +--enable-checks=yes \ +--enable-libxml=pugixml cd po make -j8 update-gmo 2>../build/make1.log |