From d45a104481288b37b6060a4d5140d0296a82b4e6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 Nov 2011 15:00:55 +0200 Subject: Minor fixes to OCI import stub --- build/import/liboci/configure | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'build') 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 -- cgit v1.1