Hi,
can please someone of the configure wizzards help out, and put 
HAVE_MYSQL_MYSQL_H into apu_config.h ?
If that's really not possible then another way would be:

#ifndef HAVE_MYSQL_H
#define HAVE_MYSQL_MYSQL_H
#endif

Guen.

> Author: fuankg
> Date: Fri Nov  2 06:37:59 2007
> New Revision: 591327

> URL: http://svn.apache.org/viewvc?rev=591327&view=rev
> Log:
> wrong place for this define. I t has to go into apu_config.h,
> or otherwise the following check for HAVE_MYSQL_H is useless.

> Modified:
>     apr/apr-util/trunk/dbd/apr_dbd_mysql.c

> Modified: apr/apr-util/trunk/dbd/apr_dbd_mysql.c
> URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/dbd/apr_dbd_mysql.c?r
> ev=591327&r1=591326&r2=591327&view=diff
> ==========================================================================
> ====
> --- apr/apr-util/trunk/dbd/apr_dbd_mysql.c (original)
> +++ apr/apr-util/trunk/dbd/apr_dbd_mysql.c Fri Nov  2 06:37:59 2007
> @@ -15,7 +15,6 @@
>   */

>  #include "apu.h"
> -#define HAVE_MYSQL_MYSQL_H

>  #if APU_HAVE_MYSQL





Reply via email to