*** empty log message ***

This commit is contained in:
Marc Lehmann 1999-11-27 02:19:57 +00:00
parent 551f47494a
commit 187231cbf7
2 changed files with 1 additions and 2 deletions

View File

@ -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.
>>>>>>> 1.1871
Fri Nov 26 01:33:04 MET 1999 Sven Neumann <sven@gimp.org>
* app/histogram_tool.c: purely cosmetic change

View File

@ -564,7 +564,7 @@ if test "x$enable_perl" != xno; then
sinclude(plug-ins/perl/configure.frag)
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"
fi
cat >plug-ins/perl/config.status <<EOF