gedit 0.9.5: configure fails with gnome-vfs 1.0



Hi,

The version on gedit in gnome-fifth-toe-1.4rc1 is not compatible with gnome-vfs in gnome-1.4rc1.

The configure script in gedit-0.9.5 looks for gnome-vfs 0.5.0, but the test doesn't work with gnome-vfs 1.0.

This is the test used in configure:
    gnome-config --modversion vfs | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'

It work well for modversions like "gnome-vfs-0.6.2.0", but it results in "0" for "gnome-vfs-0.1".

Cheers,

Laca






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]