mirror of https://github.com/GNOME/gimp.git
*** empty log message ***
This commit is contained in:
parent
7a6034954d
commit
e5bcd76258
|
@ -1,3 +1,8 @@
|
||||||
|
Mon May 10 18:28:11 CEST 1999 Marc Lehmann <pcg@goof.com>
|
||||||
|
|
||||||
|
* configure.in: undo the part of patch "Tue May 4 15:51:16 PDT
|
||||||
|
1999" which broke gimp-perl configuration completely.
|
||||||
|
|
||||||
Mon May 10 18:59:58 MEST 1999 Sven Neumann <sven@gimp.org>
|
Mon May 10 18:59:58 MEST 1999 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* modules/colorsel_water.c: finally fixed my prob all by myself :)
|
* modules/colorsel_water.c: finally fixed my prob all by myself :)
|
||||||
|
|
|
@ -562,10 +562,7 @@ if test "x$enable_perl" != xno; then
|
||||||
dnl we ignore prefix
|
dnl we ignore prefix
|
||||||
cat >plug-ins/perl/config.status <<EOF
|
cat >plug-ins/perl/config.status <<EOF
|
||||||
echo invoking perl for configuration...
|
echo invoking perl for configuration...
|
||||||
for i in ". embed"; do
|
$PERL Makefile.PL --writemakefile
|
||||||
cd $i
|
|
||||||
$PERL Makefile.PL --writemakefile
|
|
||||||
done
|
|
||||||
EOF
|
EOF
|
||||||
GIMP_PERL=perl
|
GIMP_PERL=perl
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue