summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index b3727694..22c7ea73 100755
--- a/acprep
+++ b/acprep
@@ -33,7 +33,7 @@ git ls-files '*.cc' '*.h' | egrep '^(src|python)/' > po/POTFILES.in
aclocal -I m4
-SWITCHES="--disable-shared"
+SWITCHES="--disable-shared --with-included-gettext"
if [ -z "$PYTHON_HOME" ]; then
PYTHON_HOME="/usr"