jkj             Thu Feb  8 05:49:55 2001 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  - fixed problem with empty else-fi
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.57 phpdoc/configure.in:1.58
--- phpdoc/configure.in:1.57    Thu Feb  8 05:10:11 2001
+++ phpdoc/configure.in Thu Feb  8 05:49:55 2001
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.57 2001/02/08 13:10:11 jkj Exp $
+dnl $Id: configure.in,v 1.58 2001/02/08 13:49:55 jkj Exp $
 
 AC_INIT(global.ent)
 
@@ -91,6 +91,10 @@
     DOCBOOKXSL_PRINT=$withval/fo/docbook.xsl
     AC_MSG_RESULT(in $withval)
 ],[
+    DOCBOOKXSL_BIGHTML="there-is-no-autodetect-yet"
+    DOCBOOKXSL_HTML="there-is-no-autodetect-yet"
+    DOCBOOKXSL_PRINT="there-is-no-autodetect-yet"
+    AC_MSG_RESULT(not detected)
 ])
 if test -z "$DOCBOOKXSL_BIGHTML"; then
     DOCBOOKXSL_BIGHTML="there-is-not-default-yet"


Reply via email to