@@ -0,0 +1,22 @@
+--- config.m4.orig 2011-06-19 13:38:47.918701812 +0200
++++ config.m4 2011-06-19 13:39:08.866748922 +0200
+@@ -17,7 +17,7 @@
+
+ dnl # --with-cego -> check with-path
+ SEARCH_PATH="/usr/local /usr" # you might want to change this
+- SEARCH_FOR="/include/cgwrap.h" # you most likely want to change this
++ SEARCH_FOR="/include/cego/cgwrap.h" # you most likely want to change this
+ if test -r $PHP_CEGO/$SEARCH_FOR
+ then # path given as parameter
+ CEGO_DIR=$PHP_CEGO
+--- cego.c.orig 2011-06-19 13:39:43.095281500 +0200
++++ cego.c 2011-06-19 13:40:05.920368955 +0200
+@@ -27,7 +27,7 @@
+ #include "ext/standard/info.h"
+ #include "php_cego.h"
+
+-#include "cgwrap.h"
++#include "cego/cgwrap.h"
+
+ #define PHPCEGOVERSION "1.0.1"
+
|