Author: suokko
Date: Wed Aug 13 15:03:14 2008
New Revision: 28542
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28542&view=rev
Log:
Fixed configure to work with --disable-game correctly
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/configure.ac?rev=28542&r1=28541&r2=28542&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Aug 13 15:03:14 2008
@@ -311,7 +311,7 @@
AM_CONDITIONAL([TOOLS], [test x$tools = xyes])
AM_CONDITIONAL([GCC], [test x$GXX = xyes])
AM_CONDITIONAL([INCLUDEDINTL], [test x$nls_cv_use_gnu_gettext = xyes])
-AM_CONDITIONAL([INSTALLDATA], [test x$game = xyes || x$editor = xyes ||
x$editor2 = xyes])
+AM_CONDITIONAL([INSTALLDATA], [test [ x$game = xyes || test x$editor = xyes ||
test x$editor2 = xyes ]])
AM_CONDITIONAL([DUMMYLOCALES], [test x$dummylocales = xyes])
if test x$editor2 = xyes
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits