Author: cazfi
Date: Sun Aug  9 19:42:35 2015
New Revision: 29431

URL: http://svn.gna.org/viewcvs/freeciv?rev=29431&view=rev
Log:
Removed duplicate implementation of --without-freeciv-manual configure option.

See bug #23766

Modified:
    trunk/configure.ac

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/configure.ac?rev=29431&r1=29430&r2=29431&view=diff
==============================================================================
--- trunk/configure.ac  (original)
+++ trunk/configure.ac  Sun Aug  9 19:42:35 2015
@@ -717,10 +717,6 @@
   AS_HELP_STRING([--with-tinycthread], [build and use tinycthread as thread 
implementation]),
   [fctinycthr=${withval}], [fctinycthr=no])
 AM_CONDITIONAL([TINYCTHREAD], [test "x$fctinycthr" = "xyes"])
-
-AC_ARG_WITH([freeciv-manual],
-  AS_HELP_STRING([--without-freeciv-manual], [do not build freeciv-manual]),
-  [fcmanual=${withval}], [fcmanual=yes])
 
 dnl Check thread implementation
 AC_MSG_CHECKING([for threads implementation])


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

Reply via email to