summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-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