mirror of https://github.com/GNOME/gimp.git
*** empty log message ***
This commit is contained in:
parent
551f47494a
commit
187231cbf7
|
@ -49,7 +49,6 @@ Fri Nov 26 12:25:42 CET 1999 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/gap/gap_main.c: fixed a menu path.
|
* plug-ins/gap/gap_main.c: fixed a menu path.
|
||||||
|
|
||||||
>>>>>>> 1.1871
|
|
||||||
Fri Nov 26 01:33:04 MET 1999 Sven Neumann <sven@gimp.org>
|
Fri Nov 26 01:33:04 MET 1999 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/histogram_tool.c: purely cosmetic change
|
* app/histogram_tool.c: purely cosmetic change
|
||||||
|
|
|
@ -564,7 +564,7 @@ if test "x$enable_perl" != xno; then
|
||||||
sinclude(plug-ins/perl/configure.frag)
|
sinclude(plug-ins/perl/configure.frag)
|
||||||
|
|
||||||
dnl we ignore prefix
|
dnl we ignore prefix
|
||||||
if test -n "$enable_perl" && test "$enable_perl" != xyes; then
|
if test -n "$enable_perl" && test "x$enable_perl" != xyes; then
|
||||||
perl_prefix="PREFIX=$enable_perl"
|
perl_prefix="PREFIX=$enable_perl"
|
||||||
fi
|
fi
|
||||||
cat >plug-ins/perl/config.status <<EOF
|
cat >plug-ins/perl/config.status <<EOF
|
||||||
|
|
Loading…
Reference in New Issue