diff options
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ git ls-files '*.cc' '*.h' | egrep '^(src|python)/' > po/POTFILES.in aclocal -I m4 -SWITCHES="--with-included-gettext" +SWITCHES="--disable-shared --with-included-gettext" if [ -z "$PYTHON_HOME" ]; then PYTHON_HOME="/usr" |