perugini                Thu Nov 15 13:54:52 2001 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  Fixed ZendApi MSG_RESULT
   - checking for ZendAPIa... checking for language... en
  
   - checking for ZendAPIa... not found
   - checking for language... en
  
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.81 phpdoc/configure.in:1.82
--- phpdoc/configure.in:1.81    Mon Nov 12 18:35:01 2001
+++ phpdoc/configure.in Thu Nov 15 13:54:52 2001
@@ -1,6 +1,6 @@
 
 
-dnl $Id: configure.in,v 1.81 2001/11/12 23:35:01 phanto Exp $
+dnl $Id: configure.in,v 1.82 2001/11/15 18:54:52 perugini Exp $
 
 AC_INIT(global.ent)
 
@@ -154,23 +154,23 @@
        ZENDAPI=$withval
     fi
 ],[
+    ZENDAPI="not found"
     for dir in \
            ./ZendAPI \
           ../ZendAPI
     do
        if test -d "$dir"; then
-           ZENDAPI=$dir
-            AC_MSG_RESULT(autodetected: $dir)
+           ZENDAPI=autodetected "$dir"
             break
        fi
     done
-
     if test -d "$ZENDAPI"; then
        ZEND_FIGURES="cp -r $ZENDAPI/figures ."
     else
        ZEND_FIGURES=""
     fi
 ])
+AC_MSG_RESULT($ZENDAPI)
 AC_SUBST(ZEND_FIGURES)
 
 AC_MSG_CHECKING(for language)


Reply via email to