Skip to content

Commit ba55740

Browse files
author
Cristy
committed
fix syntax error
1 parent cc0242d commit ba55740

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

configure

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5203,7 +5203,7 @@ MAGICK_PATCHLEVEL_VERSION=25
52035203

52045204
MAGICK_VERSION=6.9.13-25
52055205

5206-
MAGICK_GIT_REVISION=cfeca4226:20250326
5206+
MAGICK_GIT_REVISION=cc0242d86:20250326
52075207

52085208

52095209
# Substitute library versioning
@@ -38379,6 +38379,7 @@ if test "$have_pango" = 'yes' ; then
3837938379
fi
3838038380
if test "$have_pcl" = 'yes' ; then
3838138381
MAGICK_DELEGATES="$MAGICK_DELEGATES pcl"
38382+
fi
3838238383
if test "$have_png" = 'yes' ; then
3838338384
MAGICK_DELEGATES="$MAGICK_DELEGATES png"
3838438385
fi

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3828,6 +3828,7 @@ if test "$have_pango" = 'yes' ; then
38283828
fi
38293829
if test "$have_pcl" = 'yes' ; then
38303830
MAGICK_DELEGATES="$MAGICK_DELEGATES pcl"
3831+
fi
38313832
if test "$have_png" = 'yes' ; then
38323833
MAGICK_DELEGATES="$MAGICK_DELEGATES png"
38333834
fi

0 commit comments

Comments
 (0)