X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=configure.ac;h=605431b919fb7fcdc18c6020ab2bd0b3552c168c;hp=48fea647a6e187e1307000c5fe4b05a34c085cc7;hb=01da0bdcc7d4043dbab99ad19443e5860c72da79;hpb=b3c4891fe653d87333ada5cb14c0bf102ac7b27a diff --git a/configure.ac b/configure.ac index 48fea64..605431b 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"