summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJulian Smith <julian.smith@artifex.com>2021-03-20 13:49:26 +0000
committerJulian Smith <julian.smith@artifex.com>2021-04-02 11:46:02 +0100
commit3ab15c3000b8c4dcb4abe1c4d7faa5fa4cba3737 (patch)
tree3c5f61aefa49fc55281aa7ffc2eeb09926f03d39 /configure.ac
parent23193eab49e479f6a34648e4407d2c69760adeff (diff)
downloadghostpdl-3ab15c3000b8c4dcb4abe1c4d7faa5fa4cba3737.tar.gz
configure.ac: improved description of --with-extract-dir option.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1532609f3..a566fdbfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2601,7 +2601,9 @@ PS_DEVS='psdf psdcmyk psdrgb psdcmyk16 psdrgb16 pdfwrite ps2write eps2write bbox
# device.
#
AC_ARG_WITH([extract-dir],
- AC_HELP_STRING([--with-extract-dir=EXTRACT_DIR]),
+ AC_HELP_STRING([--with-extract-dir=EXTRACT_DIR],
+ [Build with the specified Extract library. By default we build with Extract automatically if <ghostpdl-directory>/extract exists.]
+ ),
[
EXTRACT_DIR="$withval"
AS_IF([test x"$EXTRACT_DIR" != x"no"],