Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
2e9fc2a7
Commit
2e9fc2a7
authored
Mar 24, 1999
by
Marc Lehmann
Browse files
*** empty log message ***
parent
4ea6e0ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2e9fc2a7
Wed Mar 24 11:05:38 CET 1999 Marc Lehmann <pcg@goof.com>
* configure.in: use AC_PATH_PROGS to find perl.
Tue Mar 23 12:59:20 MET 1999 Sven Neumann <sven@gimp.org>
* configure.in
...
...
configure.in
View file @
2e9fc2a7
...
...
@@ -531,7 +531,7 @@ fi
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_
CHECK
_PROGS(PERL,perl perl5.004,perl)
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_RESULT(yes)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment