configure: make --without-po the default (refs #425)
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 23 Nov 2010 20:39:47 +0000 (21:39 +0100)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 23 Nov 2010 20:39:47 +0000 (21:39 +0100)
configure.ac

index 48fea647a6e187e1307000c5fe4b05a34c085cc7..605431b919fb7fcdc18c6020ab2bd0b3552c168c 100644 (file)
@@ -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"