mirror of https://github.com/GNOME/gimp.git
configure: fix typo s/PostPcript/PostScript/.
This commit is contained in:
parent
4245deb59f
commit
0319b49fbf
|
@ -1422,7 +1422,7 @@ if test "x$with_gs" != xno; then
|
|||
if test "x$have_gs" != xyes -a "x$with_gs" = xyes; then
|
||||
AC_MSG_ERROR([
|
||||
*** Checks for Ghostscript library failed. You can build without it by passing
|
||||
*** --without-gs to configure but you won't be able to use PostPcript files then.])
|
||||
*** --without-gs to configure but you won't be able to use PostScript files then.])
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue