Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 566186 | Differences between
and this patch

Collapse All | Expand All

(-)a/Makefile.OCaml (+1 lines)
Lines 89-94 Link Here
89
endif
89
endif
90
endif
90
endif
91
buildexecutable::
91
buildexecutable::
92
	INOTIFY=$(shell if $(CC) $(CFLAGS) -c -o unison-2.48.3_inotify_test.o unison-2.48.3_inotify_test.c && $(CC) $(LDFLAGS) -o unison-2.48.3_inotify_test unison-2.48.3_inotify_test.o $(LDLIBS) ; then echo '#define GLIBC_SUPPORT_INOTIFY' > fsmonitor/linux/hasinotify.h ; else echo '#undef GLIBC_SUPPORT_INOTIFY' > fsmonitor/linux/hasinotify.h ; fi)
92
	@echo UISTYLE = $(UISTYLE)
93
	@echo UISTYLE = $(UISTYLE)
93
94
94
####################################################################
95
####################################################################

Return to bug 566186