sander          Sat Jan 11 09:03:31 2003 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  This will make configure abort when it's unable to locate jade or nsgmls
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.176 phpdoc/configure.in:1.177
--- phpdoc/configure.in:1.176   Sat Dec 28 07:20:45 2002
+++ phpdoc/configure.in Sat Jan 11 09:03:31 2003
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.176 2002/12/28 12:20:45 goba Exp $
+dnl $Id: configure.in,v 1.177 2003/01/11 14:03:31 sander Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -125,6 +125,9 @@
    fi
 ]
 )
+if test $JADE = "no"; then
+  AC_MSG_ERROR([can't find jade or openjade])
+fi
 AC_SUBST(JADE)
 
 dnl }}}
@@ -162,6 +165,9 @@
   fi
 ]
 )
+if test $NSGMLS = "no"; then
+  AC_MSG_ERROR([can't find nsgmls])
+fi
 AC_SUBST(NSGMLS)
 
 dnl }}}



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to