Skip to content
Snippets Groups Projects
Commit 6c7779b2 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

correct check for oracle libraries.

git-svn-id: http://root.cern.ch/svn/root/trunk@14678 27541ba8-7e3a-0410-8455-c3a389f83636
parent 185a3337
No related branches found
No related tags found
No related merge requests found
......@@ -1493,7 +1493,8 @@ if test ! "x$enable_oracle" = "xno"; then
$ORACLE $ORACLE/lib $ORACLELIBDIR /usr/local/lib /usr/lib
oraclelib="$oraclelib $found_lib"
if test "x$oracleincdir" = "x" || test "x$oraclelib" = "x"; then
# space in "x " is intentional
if test "x$oracleincdir" = "x" || test "x$oraclelib" = "x "; then
enable_oracle="no"
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment