diff --git a/utest/Makefile b/utest/Makefile index d4154e0c2..36acf96cd 100644 --- a/utest/Makefile +++ b/utest/Makefile @@ -61,6 +61,10 @@ OBJS = utest_main2.o OBJS_EXT = $(DIR_EXT)/utest_main2.o endif +ifeq ($(NO_CBLAS), 1) +override CFLAGS += -DNO_CBLAS +endif + all : run_test ifeq ($(OSNAME), AIX)