forked from Lainports/opnsense-ports
14 lines
415 B
Text
14 lines
415 B
Text
--- 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="
|