aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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.
974dnl See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00475.html 974dnl See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00475.html
975dnl for more details. 975dnl for more details.
976if test "$opsys" = "mingw32"; then 976if test "$opsys" = "mingw32"; then
977 LN_S="ln" 977 LN_S="/bin/ln"
978fi 978fi
979 979
980AC_PATH_PROG(INSTALL_INFO, install-info, :, 980AC_PATH_PROG(INSTALL_INFO, install-info, :,