Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1009 committed - Separate fakewww as individual subproject. By default fakewww is not b...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1009 committed - Separate fakewww as individual subproject. By default fakewww is not b...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1009 committed - Separate fakewww as individual subproject. By default fakewww is not b...
  • Date: Wed, 12 Mar 2014 07:09:30 +0000

Revision: 1009
Author:

Date: Wed Mar 12 07:09:22 2014 UTC
Log: Separate fakewww as individual subproject. By default fakewww is not build. You
can add it during configuration (--enable-fakewwww=yes)
http://code.google.com/p/ndt/source/detail?r=1009

Modified:
/branches/Issue125/configure.ac

=======================================
--- /branches/Issue125/configure.ac Tue Mar 11 08:31:04 2014 UTC
+++ /branches/Issue125/configure.ac Wed Mar 12 07:09:22 2014 UTC
@@ -90,7 +90,7 @@

# Enabling/disabling fakewww build
AC_ARG_ENABLE(fakewww, [ --enable-fakewww=[yes/no] turn on fakewww build
- [default=no]],, enable_fakewww=no)
+ [default=no]],, enable_fakewww=no_def)

if test "x$enable_fakewww" != "xyes"; then
AM_CONDITIONAL(BUILD_FAKEWWW, false)


  • [ndt-dev] [ndt] r1009 committed - Separate fakewww as individual subproject. By default fakewww is not b..., ndt, 03/12/2014

Archive powered by MHonArc 2.6.16.

Top of Page