gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r10024: add option to enable building


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10024: add option to enable building cgi bins.
Date: Mon, 16 Mar 2009 16:49:57 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10024
committer: address@hidden
branch nick: rtmp
timestamp: Mon 2009-03-16 16:49:57 -0600
message:
  add option to enable building cgi bins.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2009-02-22 00:38:59 +0000
+++ b/configure.ac      2009-03-16 22:49:57 +0000
@@ -424,6 +424,16 @@
 esac],cygnal=no)
 AM_CONDITIONAL(CYGNAL, test x$cygnal = xyes)
 
+dnl Build the cgibins server if specified.
+AC_ARG_ENABLE(cgibins,
+  AC_HELP_STRING([--enable-cgibin], [Enable building of the CGIs for Cygnal]),
+[case "${enableval}" in
+  yes) cgibin=yes ;;
+  no)  cgibin=no ;;
+  *)   AC_MSG_ERROR([bad value ${enableval} for enable-cgibin option]) ;;
+esac],cgibin=yes)
+AM_CONDITIONAL(USE_CGI, test x$cgibin = xyes)
+
 dnl Fix the Intel 810 LOD bias problem
 AC_ARG_ENABLE(i810-lod-bias,
   AC_HELP_STRING([--enable-i810-lod-bias], [Enable fix for Intel 810 LOD bias 
problem]),


reply via email to

[Prev in Thread] Current Thread [Next in Thread]