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