diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-01 23:03:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-01 23:03:14 +0300 |
commit | bf6d57204836876ff91003270f28e51d414d913f (patch) | |
tree | f175cf48ec922f39ddd1713d2c21b6603e5f6fb1 /build/bmakedebug | |
parent | 7b89f203b208f885fa7a6f69ca656f1ca711ed42 (diff) | |
download | plus-bf6d57204836876ff91003270f28e51d414d913f.tar.gz plus-bf6d57204836876ff91003270f28e51d414d913f.tar.bz2 plus-bf6d57204836876ff91003270f28e51d414d913f.tar.xz plus-bf6d57204836876ff91003270f28e51d414d913f.zip |
Remove unused option from build scripts.
Diffstat (limited to 'build/bmakedebug')
-rwxr-xr-x | build/bmakedebug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/bmakedebug b/build/bmakedebug index 1db68d26f..eb9b2f18c 100755 --- a/build/bmakedebug +++ b/build/bmakedebug @@ -48,7 +48,6 @@ autoreconf -i --bindir=$dir/run/bin \ --mandir=$dir/run/share/man \ --enable-memdebug=no \ ---with-internalguichan=yes \ --enable-tcmalloc=no \ --enable-googleprofiler=no \ --enable-checks=yes |