GNOME Bugzilla – Bug 67922
Broken configure script
Last modified: 2009-08-15 18:40:50 UTC
Solaris 8 does not provide an "-e" option with /bin/sh "test" command. The "configure" script aborts due to it. > > test: argument expected > I changed it to "test -d" and the script run fine.
Since I can't find any test -e in the configure.in script from my version, I assume this is fixed in CVS. If not provide more context to locate the problem. thanks, Daniel
should be fixed in 1.0.10 now, thanks, Daniel