Commit 4f57ecd7 authored by Eric Andersen's avatar Eric Andersen
Browse files

fix broken shell fragment

parent a40c0748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ $(LTT_DIR1)/.unpacked: $(DL_DIR)/$(LTT_SOURCE)
	touch $(LTT_DIR1)/.unpacked

# Build without GTK if not available
LTT_WITHOUT_GTK:=$(shell which gtk-config >& /dev/null || echo "--without-gtk")
LTT_WITHOUT_GTK:=$(shell which gtk-config > /dev/null 2>&1 || echo "--without-gtk")

$(LTT_DIR1)/.configured: $(LTT_DIR1)/.unpacked
	(cd $(LTT_DIR1); rm -rf config.cache; \