From 0bf20677bdfd65199c77197871cc63da68f3798c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 13 Apr 2014 09:46:10 +0300 Subject: [PATCH] Fix last commit. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d8225f48a35..3113fe0e5c4 100644 --- a/configure.ac +++ b/configure.ac @@ -974,7 +974,7 @@ dnl executables at "make install" time. dnl See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00475.html dnl for more details. if test "$opsys" = "mingw32"; then - LN_S="ln" + LN_S="/bin/ln" fi AC_PATH_PROG(INSTALL_INFO, install-info, :, -- 2.39.2