diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-24 21:01:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-24 21:01:43 +0300 |
commit | a978d733e84030e1a8d86b8b216936690d062e7e (patch) | |
tree | 0b3019c50c71c89af8792387ff8f17a60908510d /bmake0 | |
parent | 857a15ca014765cef5a25a3991264bce34beac61 (diff) | |
download | manaplus-a978d733e84030e1a8d86b8b216936690d062e7e.tar.gz manaplus-a978d733e84030e1a8d86b8b216936690d062e7e.tar.bz2 manaplus-a978d733e84030e1a8d86b8b216936690d062e7e.tar.xz manaplus-a978d733e84030e1a8d86b8b216936690d062e7e.zip |
Remove internal guichan usage from build scripts.
Diffstat (limited to 'bmake0')
-rwxr-xr-x | bmake0 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ autoreconf -i --bindir=$dir/run/bin \ --mandir=$dir/run/share/man \ --enable-memdebug=no \ ---with-internalguichan=yes \ +--without-internalguichan \ --enable-tcmalloc=yes \ --enable-googleprofiler=yes |