summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-09 14:37:19 -0800
committerPixel <pixel@nobis-crew.org>2009-11-09 14:37:19 -0800
commiteb92de92248384edb480dbaf277779e56d6c0a35 (patch)
tree5e4fa78bb3c5e2c23905a353803c8b3c6dad6e07
parentb75644d5f5c215a2b53c6ebd95f725e965c1702b (diff)
Fixing oracle part...
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5fc92a9..02a46c9 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ endif
CC = gcc
CXX = g++
-HAS_ORACLE=$(shell [ -d /usr/local/instantclient ] && echo true || echo false ])
+HAVE_ORACLE=$(shell [ -d /usr/local/instantclient ] && echo true || echo false ])
INCLUDES = \
-I../Mesa-7.4.2/include \