[Rt-commit] r4907 - rt/branches/3.7-EXPERIMENTAL

alexmv at bestpractical.com alexmv at bestpractical.com
Thu Mar 30 13:33:19 EST 2006


Author: alexmv
Date: Thu Mar 30 13:33:18 2006
New Revision: 4907

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/configure.ac

Log:
 r11999 at zoq-fot-pik:  chmrr | 2006-03-30 13:33:01 -0500
  * Fix SpeedyCGI test


Modified: rt/branches/3.7-EXPERIMENTAL/configure.ac
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/configure.ac	(original)
+++ rt/branches/3.7-EXPERIMENTAL/configure.ac	Thu Mar 30 13:33:18 2006
@@ -48,7 +48,7 @@
 	    		   [path to your speedycgi binary, if it exists]),
             SPEEDY_BIN=$withval,
             SPEEDY_BIN=/usr/local/bin/speedy) 
-if test "$WEB_HANDLER" = 'speedycgi' -a "$SPEEDY_BIN" = 'not found'; then
+if test "$WEB_HANDLER" = 'speedycgi' -a ! -x "$SPEEDY_BIN"; then
 	AC_MSG_ERROR([cannot find speedycgi binary])
 fi
 AC_SUBST(SPEEDY_BIN)


More information about the Rt-commit mailing list