Changeset 512

Show
Ignore:
Timestamp:
12/11/06 16:14:38 (2 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r511 r512  
    112006-12-11  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * m4/mysql.m4: It mysql_config wasn't found, it was printing "no" 
     4        twice. Fixed. 
    25 
    36        * cherokee/handler_cgi_base.c (add_systemroot_env) 
  • cherokee/trunk/m4/mysql.m4

    r391 r512  
    4343            found_mysql="yes" 
    4444            AC_MSG_RESULT([yes]) 
    45         else 
    46             found_mysql="no" 
    47             AC_MSG_RESULT([no]) 
    4845        fi 
    4946    fi