diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-11-23 21:39:47 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-23 21:39:47 +0100 |
| commit | 30d08880e13f81aa3aa6cb163e2037d1b98e20e4 (patch) | |
| tree | 7b4e9d70215c21d4c417eadfd95d880c7629c61d | |
| parent | ea123678d957d0706c030a35f18026d163b0cad9 (diff) | |
| download | enigma2-30d08880e13f81aa3aa6cb163e2037d1b98e20e4.tar.gz enigma2-30d08880e13f81aa3aa6cb163e2037d1b98e20e4.zip | |
configure: make --without-po the default (refs #425)
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 48fea647..605431b9 100644 --- a/configure.ac +++ b/configure.ac @@ -86,8 +86,8 @@ if test "$with_memcheck" = "yes"; then fi AC_ARG_WITH(po, - AS_HELP_STRING([--without-po],[disable updating of po files]), - [with_po="$withval"],[with_po="yes"]) + AS_HELP_STRING([--with-po],[enable updating of po files]), + [with_po="$withval"],[with_po="no"]) AM_CONDITIONAL(UPDATE_PO, test "$with_po" = "yes") CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS" |
