blob: 72c7cafde4663b78d13fcb2d7b1d251d541228b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- configure.orig 2010-09-19 17:15:52 UTC
+++ configure
@@ -17436,6 +17436,11 @@ Please install the instant client sdk pa
ora_cflags="$ora_cflags -I$dir"
echo "adding -I$dir" >&5
fi
+ echo "trying ociextp.h $dir/ociextp.h" >&5
+ if test -r $dir/ociextp.h; then
+ ora_cflags="$ora_cflags -I$dir"
+ echo "adding -I$dir" >&5
+ fi
done
ora_check_lib="
|