Comment 2 for bug 742823

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

I have worked around this temporarily (I know its not the right way to do it though):

--- patch to configure ---

--- configure.orig 2011-07-19 11:07:04.000000000 -0400
+++ configure 2011-07-19 11:07:46.000000000 -0400
@@ -3419,9 +3419,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
       echo "$as_me:$LINENO: result: found in $i" >&5
 echo "${ECHO_T}found in $i" >&6
       break