From eb92de92248384edb480dbaf277779e56d6c0a35 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 9 Nov 2009 14:37:19 -0800 Subject: Fixing oracle part... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3