Allow using things that were deprecated in gtk+-3.22.
[freeciv.git] / m4 / no-client.m4
blobee3e5da6dde9a439960fb5783788f8f4f1efa747
1 # Fail because a client wasn't found, if it was requested
3 # FC_NO_CLIENT($which_client, $error_message)
4 # The $1 client has failed its configure check; it cannot be compiled.  This
5 # simple macro will exit if this was the requested client, giving an error
6 # message including $2.  If this wasn't the specified client, it will do
7 # nothing and configure should continue...
9 AC_DEFUN([FC_NO_CLIENT],
11   if test "x`eval echo '$'gui_$1`" = "xyes"; then
12     AC_MSG_ERROR([specified client '$1' not configurable ($2)])
13   fi