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

Collapse All | Expand All

(-)local/franfest/m4/m4_pln_ln_s.m4 (-2 / +2 lines)
Lines 9-15 Link Here
9
m4_define([m4_pln_check_ln_s],
9
m4_define([m4_pln_check_ln_s],
10
	[AC_PLN_SUBSECTION([ln])
10
	[AC_PLN_SUBSECTION([ln])
11
	AC_PROG_LN_S
11
	AC_PROG_LN_S
12
	if m4_pln_equals($LN_S,"no")
12
	if m4_pln_equals("$LN_S","no")
13
	then AC_PLN_EXIT([ERROR : No implementation of ln -s was found on this system])
13
	then AC_PLN_EXIT([ERROR : No implementation of ln -s was found on this system])
14
	else AC_PLN_MESSAGE([$LN_S OK])
14
	else AC_PLN_MESSAGE([$LN_S OK])
15
	fi])
15
	fi])

Return to bug 152652