*** empty log message ***

This commit is contained in:
Marc Lehmann
1999-04-19 22:53:16 +00:00
parent ba5c18ef4b
commit e1b01f28f7
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Tue Apr 20 00:48:18 CEST 1999 Marc Lehmann <pcg@goof.com>
* configure.in: bump minimum perl version from 5.004 to 5.004_4.
Mon Apr 19 23:31:17 MEST 1999 Sven Neumann <sven@gimp.org>
* plug-ins/gap: Changes to the GAP plug-in as they were sent to

View File

@ -532,8 +532,8 @@ dnl This is for the gimp-perl plug-in
AC_ARG_ENABLE(perl, [ --disable-perl do not build perl extension [by default enabled]])
if eval "test x$enable_perl != xno"; then
AC_PATH_PROGS(PERL,perl perl5.005 perl5.004,perl)
AC_MSG_CHECKING(for perl version >= 5.004)
if test "`$PERL -e 'print $]>=5.004'`" = "1"; then
AC_MSG_CHECKING(for perl version >= 5.004_04)
if test "`$PERL -e 'print $]>=5.004_04'`" = "1"; then
AC_MSG_RESULT(yes)
dnl perl does not allow VPATH builds (yet)
@ -595,7 +595,7 @@ EOF
else
GIMP_PERL=
AC_MSG_RESULT(no)
AC_MSG_WARN(*** gimp-perl plug-in won't be build (perl5.004 or higher required) ***)
AC_MSG_WARN(*** gimp-perl plug-in won't be build (perl5.004_04 or higher required) ***)
fi
fi