gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10012: move enable-cgibins to cygnal


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10012: move enable-cgibins to cygnal specific configure file..
Date: Sat, 21 Feb 2009 17:38:59 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10012
committer: address@hidden
branch nick: rtmp
timestamp: Sat 2009-02-21 17:38:59 -0700
message:
  move enable-cgibins to cygnal specific configure file..
modified:
  configure.ac
  cygnal/acinclude.m4
=== modified file 'configure.ac'
--- a/configure.ac      2009-02-21 15:37:21 +0000
+++ b/configure.ac      2009-02-22 00:38:59 +0000
@@ -424,16 +424,6 @@
 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]),

=== modified file 'cygnal/acinclude.m4'
--- a/cygnal/acinclude.m4       2008-11-22 16:30:52 +0000
+++ b/cygnal/acinclude.m4       2009-02-22 00:38:59 +0000
@@ -37,6 +37,16 @@
 dnl AC_PROG_INSTALL
 dnl AM_COMPILER_LIB
 
+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)
+
 AC_DEFUN([CYGNAL_PATHS],
 [
 


reply via email to

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