From 314f179d5adbe60677c57abde1194d201b7da0b9 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 8 Nov 2009 23:02:55 +0100 Subject: Fixing UCL support. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ccd7fea..1693680 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,8 @@ ifeq ($(MACHINE),x86_64) ifeq ($(DISTRIB),Debian) #LDFLAGS_READLINE=/usr/lib32/libreadline.a /usr/lib32/libncurses.a endif +endif +ifeq ($(MACHINE),i686) ifeq ($(DISTRIB),Debian) HAVES = -DHAVE_UCL BASIC_LDFLAGS = /usr/lib/libucl.a -- cgit v1.2.3