Skip to content

Commit

Permalink
libdps delegate library must be specifically requested @ #5742
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Nov 9, 2022
1 parent e8dd496 commit 2a17145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -2068,7 +2068,7 @@ Optional Packages:
--with-apple-font-dir=DIR
Apple font directory
--with-autotrace enable autotrace support
--without-dps enable Display Postscript support
--with-dps enable Display Postscript support
--with-dejavu-font-dir=DIR
DejaVu font directory
--with-fftw enable FFTW support
Expand Down Expand Up @@ -5149,7 +5149,7 @@ MAGICK_PATCHLEVEL_VERSION=53

MAGICK_VERSION=7.1.0-53

MAGICK_GIT_REVISION=238aaf632:20221109
MAGICK_GIT_REVISION=e8dd49656:20221109


# Substitute library versioning
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -1717,7 +1717,7 @@ dnl ===========================================================================
# Check for Display Postscript delegate library.
#
AC_ARG_WITH([dps],
[AS_HELP_STRING([--without-dps],
[AS_HELP_STRING([--with-dps],
[enable Display Postscript support])],
[with_dps=$withval],
[with_dps='no'])
Expand Down

0 comments on commit 2a17145

Please sign in to comment.