diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-11 15:00:55 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-16 12:48:18 +0200 |
commit | d45a104481288b37b6060a4d5140d0296a82b4e6 (patch) | |
tree | 521364c3b5a9a8b9e2b2a9b100d46d98a42306d3 /build/import | |
parent | 1e92015c3ebdeb3050f389e2fda5484c1d50a98d (diff) |
Minor fixes to OCI import stub
Diffstat (limited to 'build/import')
-rwxr-xr-x | build/import/liboci/configure | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/build/import/liboci/configure b/build/import/liboci/configure index 1fa54f7..7cfba7d 100755 --- a/build/import/liboci/configure +++ b/build/import/liboci/configure @@ -19,7 +19,7 @@ $echo "Configuring external dependency on 'OCI library' for '$project_name'." $echo $echo -$echo "Please enter the 'Oracle' home or Instant Client directory." +$echo "Please enter the 'Oracle' home or 'Instant Client' directory." $echo liboci_root=$ORACLE_HOME @@ -46,14 +46,15 @@ while [ -z "$liboci_include" ]; do liboci_root= $echo - $echo "The specified directory looks like neither an Instant Client nor " + $echo "The specified directory looks like neither an Instant Client nor" $echo "an Oracle home directory." $echo elif [ -z "$liboci_lib" ]; then liboci_root= + liboci_include= $echo - $echo "The libclntsh shared library cannot be found." + $echo "The libclntsh.so shared library not found." $echo fi |