Skip to content

Commit 3820297

Browse files
committed
improve error message if libvips not found
see libvips/php-vips#31
1 parent 6a04698 commit 3820297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
if test x"$PHP_VIPS" != x"no"; then
1818
if ! pkg-config vips --atleast-version $VIPS_MIN_VERSION; then
19-
AC_MSG_ERROR([you need at least vips $VIPS_MIN_VERSION for this module])
19+
AC_MSG_ERROR([you need at least libvips $VIPS_MIN_VERSION for this module])
2020
PHP_VIPS=no
2121
fi
2222
fi

0 commit comments

Comments
 (0)