Comment 3 for bug 742823

Revision history for this message
Gopal Venkatesan (gopal418) wrote :

I'm sorry the above patch was for 0.4.1, for the latest version here's the patch:

--- configure.orig 2011-08-07 20:37:55.603002702 +0000
+++ configure 2011-08-07 20:38:27.551914048 +0000
@@ -4490,9 +4490,9 @@

 if test "$PHP_DRIZZLE" != "no"; then
   for i in $PHP_DRIZZLE /usr/local /usr /opt/local; do
- if test -r $i/include/libdrizzle/drizzle.h; then
+ if test -r $i/include/libdrizzle-1.0/libdrizzle/drizzle.h; then
       DRIZZLE_LIB_DIR=$i/lib
- DRIZZLE_INC_DIR=$i/include
+ DRIZZLE_INC_DIR=$i/include/libdrizzle-1.0
       { $as_echo "$as_me:$LINENO: result: found in $i" >&5
 $as_echo "found in $i" >&6; }
       break