Author: cazfi
Date: Sun Apr 16 12:02:40 2017
New Revision: 35245

URL: http://svn.gna.org/viewcvs/freeciv?rev=35245&view=rev
Log:
Do not consider lack of gtk3 hard error when only testing

When testing which modpack installer gui to build, do not consider
lack of libgtk3 an hard error but move forward to testing next candidate.

See hrm bug #651009

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=35245&r1=35244&r2=35245&view=diff
==============================================================================
--- branches/S2_6/configure.ac  (original)
+++ branches/S2_6/configure.ac  Sun Apr 16 12:02:40 2017
@@ -1027,7 +1027,7 @@
   if test "x$modinst" = "xauto" ; then
     modinst=found
   fi
-], [])], [])
+], [fcmp_gtk3=no])], [fcmp_gtk3=no])
 fi
 
 if test "x$req_fcmp_gtk3" = "xyes" && test "x$fcmp_gtk3" != "xyes" ; then


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

Reply via email to