diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ endif CC = gcc CXX = g++ -HAVE_ORACLE=$(shell [ -d /usr/local/instantclient ] && echo true || echo false ]) +HAVE_ORACLE=$(shell [ -d /usr/local/instantclient ] || [ -e /usr/include/oracle/11.1/client/occi.h ] || [ -e /usr/bin/sqlplus ] && echo true || echo false ]) INCLUDES = \ -I../Mesa-7.4.2/include \ |