X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=configure.ac;h=605431b919fb7fcdc18c6020ab2bd0b3552c168c;hb=d98f00f0fdd8b95b819b17c1d4779610c657c198;hp=48fea647a6e187e1307000c5fe4b05a34c085cc7;hpb=e7e373740021d60b23319ecee1e1c456d2d7f67d;p=vuplus_dvbapp 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"