From 63bef6b1e48ad2feb1526c93c15d9f474c3f7329 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Mon, 28 May 2007 21:36:29 +0000 Subject: 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 --- (limited to 'configure.in') 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) -- cgit v0.9.1