Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-05-28 21:36:29 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-05-28 21:36:29 (GMT)
commit63bef6b1e48ad2feb1526c93c15d9f474c3f7329 (patch)
tree5a8c0f5677181fd38e4c88f9ed145f55bea1bb02 /configure.in
parent9a6e12e88a8bcf46cdb6af5b9007e1e7ce969622 (diff)
fixed the gnuchess search path to accept gnome-gnuchess as well.
* configure.in: fixed the gnuchess search path to accept gnome-gnuchess as well. svn path=/trunk/; revision=2689
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ae85c05..41d4311 100644
--- a/configure.in
+++ b/configure.in
@@ -349,7 +349,7 @@ else
fi
dnl Test for gnuchess
-AC_PATH_PROGS(GNUCHESS, gnuchess, gnome-gnuchess,[/usr/bin:/usr/games:/usr/local/bin:$PATH])
+AC_PATH_PROGS(GNUCHESS, gnuchess gnome-gnuchess, no, [/usr/bin:/usr/games:/usr/local/bin:$PATH])
if test x$GNUCHESS = xno; then
AC_MSG_ERROR(Couldn't find gnuchess, please install the gnuchess package version 5 or above)