Author: cazfi
Date: Fri Apr 21 23:57:12 2017
New Revision: 35275

URL: http://svn.gna.org/viewcvs/freeciv?rev=35275&view=rev
Log:
Fix build when --enable-sys-tolua-cmd=test does not find tolua

Reported by Sveinung Kvilhaugsvik

See hrm bug #653989

Modified:
    trunk/configure.ac

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/configure.ac?rev=35275&r1=35274&r2=35275&view=diff
==============================================================================
--- trunk/configure.ac  (original)
+++ trunk/configure.ac  Fri Apr 21 23:57:12 2017
@@ -1535,6 +1535,7 @@
     if test "x$sys_tolua_cmd" = "xtest" ; then
       TOLUA="\$(top_builddir)/dependencies/tolua-5.2/src/bin/tolua$EXEEXT"
       feature_systolua_cmd=missing
+      sys_tolua_cmd=false
     else
       AC_MSG_ERROR([tolua command not found from the system])
     fi


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

Reply via email to