summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2014-02-26 15:17:33 +0000
committerMartyn Russell <martyn@lanedo.com>2014-02-26 15:21:01 +0000
commit9c0cee227a9b06fadaf79ee327badd8ae4f46455 (patch)
treeef2d0b7201ae4a9ff6774f017c54911899432a33
parent47c2852f6e10e087bf0fd78c5a222f181a33eaf2 (diff)
downloadtracker-9c0cee227a9b06fadaf79ee327badd8ae4f46455.tar.gz
build: Change configure's --disable-unzip-ps-gz-files to --enable* like others.
Nothing changes as a result of this, the default is still to enable by default
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index aa5b97cd0..3a7e92c00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1717,8 +1717,8 @@ AM_CONDITIONAL(HAVE_GSTREAMER_PBUTILS, test "x$gstreamer_backend" = "xDiscoverer
####################################################################
AC_ARG_ENABLE([unzip_psgz_files],
- AS_HELP_STRING([--disable-unzip-ps-gz-files],
- [disable unzipping ps.gz files [[default=yes]]]),,
+ AS_HELP_STRING([--enable-unzip-ps-gz-files],
+ [enable extractor for PS.GZ metadata [[default=yes]]]),,
[enable_unzip_psgz_files=yes])
if test x$enable_unzip_psgz_files != "xno"; then