Author: cazfi
Date: Mon Feb 29 11:23:33 2016
New Revision: 32129

URL: http://svn.gna.org/viewcvs/freeciv?rev=32129&view=rev
Log:
Fixed handling of explicit --enable-client without explicit gui selection.

See bug #24471

Modified:
    branches/S2_6/configure.ac

Modified: branches/S2_6/configure.ac
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/configure.ac?rev=32129&r1=32128&r2=32129&view=diff
==============================================================================
--- branches/S2_6/configure.ac  (original)
+++ branches/S2_6/configure.ac  Mon Feb 29 11:23:33 2016
@@ -372,7 +372,7 @@
 for gui in $(echo $clients | $SED 's/,/ /g') ; do
   if test "x$gui" = "xno" ; then
     client=no
-  elif test "x$gui" = "xauto" ; then
+  elif test "x$gui" = "xauto" || test "x$gui" = "xyes" ; then
     client=auto
   elif test "x$gui" = "xall" ; then
     client=all


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to